Class: Google::Cloud::VideoIntelligence::V1beta2::FaceAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb

Overview

Face annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#frames::Array<::Google::Cloud::VideoIntelligence::V1beta2::FaceFrame>

Returns All video frames where a face was detected.

Returns:



303
304
305
306
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 303

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

#segments::Array<::Google::Cloud::VideoIntelligence::V1beta2::FaceSegment>

Returns All video segments where a face was detected.

Returns:



303
304
305
306
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 303

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

#thumbnail::String

Returns Thumbnail of a representative face view (in JPEG format).

Returns:

  • (::String)

    Thumbnail of a representative face view (in JPEG format).



303
304
305
306
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 303

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