Reference documentation and code samples for the Cloud Video Intelligence V1 API class Google::Cloud::VideoIntelligence::V1::FaceDetectionAnnotation.
Face detection annotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#thumbnail
def thumbnail() -> ::String
Returns
- (::String) — The thumbnail of a person's face.
#thumbnail=
def thumbnail=(value) -> ::String
Parameter
- value (::String) — The thumbnail of a person's face.
Returns
- (::String) — The thumbnail of a person's face.
#tracks
def tracks() -> ::Array<::Google::Cloud::VideoIntelligence::V1::Track>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1::Track>) — The face tracks with attributes.
#tracks=
def tracks=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1::Track>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1::Track>) — The face tracks with attributes.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1::Track>) — The face tracks with attributes.
#version
def version() -> ::String
Returns
- (::String) — Feature version.
#version=
def version=(value) -> ::String
Parameter
- value (::String) — Feature version.
Returns
- (::String) — Feature version.