Class: Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingFrame

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

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

Returns:



366
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 366

class ObjectTrackingFrame; end

#time_offsetGoogle::Protobuf::Duration

Returns The timestamp of the frame in microseconds.

Returns:



366
# File 'lib/google/cloud/video_intelligence/v1p2beta1/doc/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 366

class ObjectTrackingFrame; end