Class: Google::Cloud::VideoIntelligence::V1::TimestampedObject
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::TimestampedObject
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>
Optional.
-
#landmarks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedLandmark>
Optional.
-
#normalized_bounding_box ⇒ ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox
Normalized Bounding box in a frame, where the object is located.
-
#time_offset ⇒ ::Google::Protobuf::Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
Instance Attribute Details
#attributes ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>
Returns Optional. The attributes of the object in the bounding box.
441 442 443 444 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 441 class TimestampedObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#landmarks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedLandmark>
Returns Optional. The detected landmarks.
441 442 443 444 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 441 class TimestampedObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#normalized_bounding_box ⇒ ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox
Returns Normalized Bounding box in a frame, where the object is located.
441 442 443 444 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 441 class TimestampedObject 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 object.
441 442 443 444 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 441 class TimestampedObject include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |