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
- (::Float) — Object category's labeling confidence of this track.
#confidence=
def confidence=(value) -> ::Float
- value (::Float) — Object category's labeling confidence of this track.
- (::Float) — Object category's labeling confidence of this track.
#entity
def entity() -> ::Google::Cloud::VideoIntelligence::V1p3beta1::Entity
- (::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
- value (::Google::Cloud::VideoIntelligence::V1p3beta1::Entity) — Entity to specify the object category that this track is labeled as.
- (::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>
- (::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>
- 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.
- (::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
-
(::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Non-streaming batch mode ONLY.
Each object track corresponds to one video segment where it appears.
Note: The following fields are mutually exclusive:
segment
,track_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#segment=
def segment=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment
-
value (::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Non-streaming batch mode ONLY.
Each object track corresponds to one video segment where it appears.
Note: The following fields are mutually exclusive:
segment
,track_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment) — Non-streaming batch mode ONLY.
Each object track corresponds to one video segment where it appears.
Note: The following fields are mutually exclusive:
segment
,track_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#track_id
def track_id() -> ::Integer
-
(::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.
Note: The following fields are mutually exclusive:
track_id
,segment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#track_id=
def track_id=(value) -> ::Integer
-
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.
Note: The following fields are mutually exclusive:
track_id
,segment
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::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.
Note: The following fields are mutually exclusive:
track_id
,segment
. If a field in that set is populated, all other fields in the set will automatically be cleared.