Class: Google::Cloud::VideoIntelligence::V1::TimestampedObject

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1/doc/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

Instance Attribute Details

#attributesArray<Google::Cloud::VideoIntelligence::V1::DetectedAttribute>

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

Returns:



315
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 315

class TimestampedObject; end

#landmarksArray<Google::Cloud::VideoIntelligence::V1::DetectedLandmark>

Returns Optional. The detected landmarks.

Returns:



315
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 315

class TimestampedObject; end

#normalized_bounding_boxGoogle::Cloud::VideoIntelligence::V1::NormalizedBoundingBox

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

Returns:



315
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 315

class TimestampedObject; end

#time_offsetGoogle::Protobuf::Duration

Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.

Returns:

  • (Google::Protobuf::Duration)

    Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.



315
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 315

class TimestampedObject; end