Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityRecognitionAnnotation.
Celebrity recognition annotation per video.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#celebrity_tracks
def celebrity_tracks() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>) — The tracks detected from the input video, including recognized celebrities and other detected faces in the video.
#celebrity_tracks=
def celebrity_tracks=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>) — The tracks detected from the input video, including recognized celebrities and other detected faces in the video.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>) — The tracks detected from the input video, including recognized celebrities and other detected faces in the video.