Class: Google::Cloud::VideoIntelligence::V1p3beta1::TimestampedObject

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1p3beta1/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

Instance Attribute Details

#attributes::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::DetectedAttribute>

Returns Optional. The attributes of the object in the bounding box.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 367

class TimestampedObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#landmarks::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::DetectedLandmark>

Returns Optional. The detected landmarks.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 367

class TimestampedObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#normalized_bounding_box::Google::Cloud::VideoIntelligence::V1p3beta1::NormalizedBoundingBox

Returns Normalized Bounding box in a frame, where the object is located.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 367

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.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 367

class TimestampedObject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end