Class: Google::Cloud::VideoIntelligence::V1::FaceDetectionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::FaceDetectionAnnotation
- 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
-
#thumbnail ⇒ ::String
The thumbnail of a person's face.
-
#tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::Track>
The face tracks with attributes.
-
#version ⇒ ::String
Feature version.
Instance Attribute Details
#thumbnail ⇒ ::String
Returns 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.
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.
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 |