Class: Google::Cloud::VideoIntelligence::V1::FaceDetectionAnnotation

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

Face detection annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#thumbnail::String

Returns The thumbnail of a person's face.

Returns:

  • (::String)

    The thumbnail of a person's face.



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 367

class FaceDetectionAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns The face tracks with attributes.

Returns:



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 367

class FaceDetectionAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns Feature version.

Returns:

  • (::String)

    Feature version.



367
368
369
370
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 367

class FaceDetectionAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end