Reference documentation and code samples for the Cloud Video Intelligence V1 API class Google::Cloud::VideoIntelligence::V1::FaceAnnotation.
Deprecated. No effect.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frames
def frames() -> ::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>) — All video frames where a face was detected.
#frames=
def frames=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>) — All video frames where a face was detected.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1::FaceFrame>) — All video frames where a face was detected.
#segments
def segments() -> ::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>) — All video segments where a face was detected.
#segments=
def segments=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>) — All video segments where a face was detected.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1::FaceSegment>) — All video segments where a face was detected.
#thumbnail
def thumbnail() -> ::String
Returns
- (::String) — Thumbnail of a representative face view (in JPEG format).
#thumbnail=
def thumbnail=(value) -> ::String
Parameter
- value (::String) — Thumbnail of a representative face view (in JPEG format).
Returns
- (::String) — Thumbnail of a representative face view (in JPEG format).