Class: Google::Cloud::VideoIntelligence::V1p3beta1::PersonDetectionAnnotation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#tracks::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>

Returns The detected tracks of a person.

Returns:



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