Class: Google::Cloud::VideoIntelligence::V1::ObjectTrackingFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb

Overview

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The normalized bounding box location of this object track for the frame.

Returns:



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

class ObjectTrackingFrame; end

#time_offsetGoogle::Protobuf::Duration

Returns The timestamp of the frame in microseconds.

Returns:



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

class ObjectTrackingFrame; end