class Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
Face detection annotation.
Attributes
thumbnail[RW]
The thumbnail of a person's face. Corresponds to the JSON property `thumbnail` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
tracks[RW]
The face tracks with attributes. Corresponds to the JSON property `tracks` @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1Track>]
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_v1beta2/classes.rb, line 5405 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_v1beta2/classes.rb, line 5410 def update!(**args) @thumbnail = args[:thumbnail] if args.key?(:thumbnail) @tracks = args[:tracks] if args.key?(:tracks) @version = args[:version] if args.key?(:version) end