Class: Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityRecognitionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityRecognitionAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Celebrity recognition annotation per video.
Instance Attribute Summary collapse
-
#celebrity_tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>
The tracks detected from the input video, including recognized celebrities and other detected faces in the video.
Instance Attribute Details
#celebrity_tracks ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::CelebrityTrack>
Returns The tracks detected from the input video, including recognized celebrities and other detected faces in the video.
456 457 458 459 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 456 class CelebrityRecognitionAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |