Class: Google::Cloud::VideoIntelligence::V1::FaceAnnotation Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::FaceAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Deprecated. No effect.
Instance Attribute Summary collapse
-
#frames ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>
All video frames where a face was detected.
-
#segments ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>
All video segments where a face was detected.
-
#thumbnail ⇒ ::String
Thumbnail of a representative face view (in JPEG format).
Instance Attribute Details
#frames ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>
Returns All video frames where a face was detected.
420 421 422 423 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 420 class FaceAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#segments ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>
Returns All video segments where a face was detected.
420 421 422 423 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 420 class FaceAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#thumbnail ⇒ ::String
Returns Thumbnail of a representative face view (in JPEG format).
420 421 422 423 |
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 420 class FaceAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |