Class: Google::Cloud::VideoIntelligence::V1p3beta1::LabelSegment
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::LabelSegment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/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::V1p3beta1::VideoSegment
Video segment where a label was detected.
Instance Attribute Details
#confidence ⇒ ::Float
Returns Confidence that the label is accurate. Range: [0, 1].
251 252 253 254 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 251 class LabelSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segment ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
Returns Video segment where a label was detected.
251 252 253 254 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 251 class LabelSegment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |