Class: Google::Cloud::VideoIntelligence::V1::PersonDetectionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::PersonDetectionAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Person detection annotation per video.
Instance Attribute Summary collapse
-
#tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::Track>
The detected tracks of a person.
-
#version ⇒ ::String
Feature version.
Instance Attribute Details
#tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::Track>
Returns The detected tracks of a person.
379 380 381 382 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 379 class PersonDetectionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Feature version.
379 380 381 382 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 379 class PersonDetectionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |