Cloud Video Intelligence V1p3beta1 API - Class Google::Cloud::VideoIntelligence::V1p3beta1::Track (v0.1.2)

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

A track of an object instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attributes

def attributes() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::DetectedAttribute>
Returns

#attributes=

def attributes=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::DetectedAttribute>
Parameter
Returns

#confidence

def confidence() -> ::Float
Returns
  • (::Float) — Optional. The confidence score of the tracked object.

#confidence=

def confidence=(value) -> ::Float
Parameter
  • value (::Float) — Optional. The confidence score of the tracked object.
Returns
  • (::Float) — Optional. The confidence score of the tracked object.

#segment

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

#segment=

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

#timestamped_objects

def timestamped_objects() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::TimestampedObject>
Returns

#timestamped_objects=

def timestamped_objects=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::TimestampedObject>
Parameter
Returns