Cloud Video Intelligence V1 API - Class Google::Cloud::VideoIntelligence::V1::TimestampedObject (v0.10.0)

Reference documentation and code samples for the Cloud Video Intelligence V1 API class Google::Cloud::VideoIntelligence::V1::TimestampedObject.

For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attributes

def attributes() -> ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>
Returns

#attributes=

def attributes=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedAttribute>
Parameter
Returns

#landmarks

def landmarks() -> ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedLandmark>
Returns

#landmarks=

def landmarks=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1::DetectedLandmark>
Parameter
Returns

#normalized_bounding_box

def normalized_bounding_box() -> ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox
Returns

#normalized_bounding_box=

def normalized_bounding_box=(value) -> ::Google::Cloud::VideoIntelligence::V1::NormalizedBoundingBox
Parameter
Returns

#time_offset

def time_offset() -> ::Google::Protobuf::Duration
Returns

#time_offset=

def time_offset=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.
Returns