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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_box::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingBox

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

Returns:



439
440
441
442
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 439

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

#time_offset::Google::Protobuf::Duration

Returns The timestamp of the frame in microseconds.

Returns:



439
440
441
442
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 439

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