Class: Google::Cloud::Videointelligence::V1::LabelSegment
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1::LabelSegment
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Video segment level annotation results for label detection.
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Confidence that the label is accurate.
-
#segment ⇒ Google::Cloud::Videointelligence::V1::VideoSegment
Video segment where a label was detected.
Instance Attribute Details
#confidence ⇒ Float
Returns Confidence that the label is accurate. Range: [0, 1].
141 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 141 class LabelSegment; end |
#segment ⇒ Google::Cloud::Videointelligence::V1::VideoSegment
Returns Video segment where a label was detected.
141 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 141 class LabelSegment; end |