class Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
Celebrity recognition annotation per video.
Attributes
celebrity_tracks[RW]
The tracks detected from the input video, including recognized celebrities and other detected faces in the video. Corresponds to the JSON property `celebrityTracks` @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1CelebrityTrack>]
version[RW]
Feature version. Corresponds to the JSON property `version` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/videointelligence_v1/classes.rb, line 5165 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/videointelligence_v1/classes.rb, line 5170 def update!(**args) @celebrity_tracks = args[:celebrity_tracks] if args.key?(:celebrity_tracks) @version = args[:version] if args.key?(:version) end