Class: Google::Cloud::VideoIntelligence::V1p1beta1::LabelFrame
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p1beta1::LabelFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb
Overview
Video frame level annotation results for label detection.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Confidence that the label is accurate.
-
#time_offset ⇒ ::Google::Protobuf::Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
Instance Attribute Details
#confidence ⇒ ::Float
Returns Confidence that the label is accurate. Range: [0, 1].
168 169 170 171 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 168 class LabelFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_offset ⇒ ::Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
168 169 170 171 |
# File 'proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb', line 168 class LabelFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |