Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::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::V1p3beta1::Track>
    Returns
    
  - (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>) — The face tracks with attributes.
 
#tracks=
def tracks=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>
    Parameter
    
  - value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>) — The face tracks with attributes.
 
    Returns
    
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::Track>) — The face tracks with attributes.