Class: Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Person detection annotation per video.
Instance Attribute Summary collapse
-
#tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>
The detected tracks of a person.
Instance Attribute Details
#tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>
Returns The detected tracks of a person.
494 495 496 497 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 494 class PersonDetectionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |