Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::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::V1p3beta1::Entity
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::Entity) — Entity to specify the object category that this track is labeled as.
#entity=
def entity=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::Entity
Parameter
- value (::Google::Cloud::VideoIntelligence::V1p3beta1::Entity) — Entity to specify the object category that this track is labeled as.
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::Entity) — Entity to specify the object category that this track is labeled as.
#frames
def frames() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingFrame>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingFrame>) — Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames.
#frames=
def frames=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingFrame>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingFrame>) — Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingFrame>) — Information corresponding to all frames where this object track appears. Non-streaming batch mode: it may be one or multiple ObjectTrackingFrame messages in frames. Streaming mode: it can only be one ObjectTrackingFrame message in frames.
#segment
def segment() -> ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears.
#segment=
def segment=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
Parameter
- value (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears.
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Non-streaming batch mode ONLY. Each object track corresponds to one video segment where it appears.
#track_id
def track_id() -> ::Integer
Returns
- (::Integer) — Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time.
#track_id=
def track_id=(value) -> ::Integer
Parameter
- value (::Integer) — Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time.
Returns
- (::Integer) — Streaming mode ONLY. In streaming mode, we do not know the end time of a tracked object before it is completed. Hence, there is no VideoSegment info returned. Instead, we provide a unique identifiable integer track_id so that the customers can correlate the results of the ongoing ObjectTrackAnnotation of the same track_id over time.