Class: Google::Cloud::VideoIntelligence::V1::PersonDetectionAnnotation

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

Instance Attribute Details

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

Returns The detected tracks of a person.

Returns:



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.

Returns:

  • (::String)

    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