Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionAnnotation.
Person detection annotation per video.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tracks
def tracks() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>) — The detected tracks of a person.
#tracks=
def tracks=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>) — The detected tracks of a person.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>) — The detected tracks of a person.