Cloud Video Intelligence V1p2beta1 API - Class Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingAnnotation (v0.4.5)

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

Annotations corresponding to one tracked object.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidence

def confidence() -> ::Float
Returns
  • (::Float) — Object category's labeling confidence of this track.

#confidence=

def confidence=(value) -> ::Float
Parameter
  • value (::Float) — Object category's labeling confidence of this track.
Returns
  • (::Float) — Object category's labeling confidence of this track.

#entity

def entity() -> ::Google::Cloud::VideoIntelligence::V1p2beta1::Entity
Returns

#entity=

def entity=(value) -> ::Google::Cloud::VideoIntelligence::V1p2beta1::Entity
Parameter
Returns

#frames

def frames() -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingFrame>
Returns

#frames=

def frames=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p2beta1::ObjectTrackingFrame>
Parameter
Returns

#segment

def segment() -> ::Google::Cloud::VideoIntelligence::V1p2beta1::VideoSegment
Returns

#segment=

def segment=(value) -> ::Google::Cloud::VideoIntelligence::V1p2beta1::VideoSegment
Parameter
Returns