@@ -251,6 +251,17 @@ def update!(**args)
251251 class GoogleCloudVideointelligenceV1FaceDetectionAnnotation
252252 include Google ::Apis ::Core ::Hashable
253253
254+ # The thumbnail of a person's face.
255+ # Corresponds to the JSON property `thumbnail`
256+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
257+ # @return [String]
258+ attr_accessor :thumbnail
259+
260+ # The face tracks with attributes.
261+ # Corresponds to the JSON property `tracks`
262+ # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1Track>]
263+ attr_accessor :tracks
264+
254265 # Feature version.
255266 # Corresponds to the JSON property `version`
256267 # @return [String]
@@ -262,6 +273,8 @@ def initialize(**args)
262273
263274 # Update properties of this object
264275 def update! ( **args )
276+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
277+ @tracks = args [ :tracks ] if args . key? ( :tracks )
265278 @version = args [ :version ] if args . key? ( :version )
266279 end
267280 end
@@ -1382,6 +1395,17 @@ def update!(**args)
13821395 class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
13831396 include Google ::Apis ::Core ::Hashable
13841397
1398+ # The thumbnail of a person's face.
1399+ # Corresponds to the JSON property `thumbnail`
1400+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
1401+ # @return [String]
1402+ attr_accessor :thumbnail
1403+
1404+ # The face tracks with attributes.
1405+ # Corresponds to the JSON property `tracks`
1406+ # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2Track>]
1407+ attr_accessor :tracks
1408+
13851409 # Feature version.
13861410 # Corresponds to the JSON property `version`
13871411 # @return [String]
@@ -1393,6 +1417,8 @@ def initialize(**args)
13931417
13941418 # Update properties of this object
13951419 def update! ( **args )
1420+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
1421+ @tracks = args [ :tracks ] if args . key? ( :tracks )
13961422 @version = args [ :version ] if args . key? ( :version )
13971423 end
13981424 end
@@ -2513,6 +2539,17 @@ def update!(**args)
25132539 class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
25142540 include Google ::Apis ::Core ::Hashable
25152541
2542+ # The thumbnail of a person's face.
2543+ # Corresponds to the JSON property `thumbnail`
2544+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
2545+ # @return [String]
2546+ attr_accessor :thumbnail
2547+
2548+ # The face tracks with attributes.
2549+ # Corresponds to the JSON property `tracks`
2550+ # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1Track>]
2551+ attr_accessor :tracks
2552+
25162553 # Feature version.
25172554 # Corresponds to the JSON property `version`
25182555 # @return [String]
@@ -2524,6 +2561,8 @@ def initialize(**args)
25242561
25252562 # Update properties of this object
25262563 def update! ( **args )
2564+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
2565+ @tracks = args [ :tracks ] if args . key? ( :tracks )
25272566 @version = args [ :version ] if args . key? ( :version )
25282567 end
25292568 end
@@ -3644,6 +3683,17 @@ def update!(**args)
36443683 class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
36453684 include Google ::Apis ::Core ::Hashable
36463685
3686+ # The thumbnail of a person's face.
3687+ # Corresponds to the JSON property `thumbnail`
3688+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
3689+ # @return [String]
3690+ attr_accessor :thumbnail
3691+
3692+ # The face tracks with attributes.
3693+ # Corresponds to the JSON property `tracks`
3694+ # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1Track>]
3695+ attr_accessor :tracks
3696+
36473697 # Feature version.
36483698 # Corresponds to the JSON property `version`
36493699 # @return [String]
@@ -3655,6 +3705,8 @@ def initialize(**args)
36553705
36563706 # Update properties of this object
36573707 def update! ( **args )
3708+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
3709+ @tracks = args [ :tracks ] if args . key? ( :tracks )
36583710 @version = args [ :version ] if args . key? ( :version )
36593711 end
36603712 end
@@ -4948,6 +5000,17 @@ def update!(**args)
49485000 class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
49495001 include Google ::Apis ::Core ::Hashable
49505002
5003+ # The thumbnail of a person's face.
5004+ # Corresponds to the JSON property `thumbnail`
5005+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
5006+ # @return [String]
5007+ attr_accessor :thumbnail
5008+
5009+ # The face tracks with attributes.
5010+ # Corresponds to the JSON property `tracks`
5011+ # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1Track>]
5012+ attr_accessor :tracks
5013+
49515014 # Feature version.
49525015 # Corresponds to the JSON property `version`
49535016 # @return [String]
@@ -4959,6 +5022,8 @@ def initialize(**args)
49595022
49605023 # Update properties of this object
49615024 def update! ( **args )
5025+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
5026+ @tracks = args [ :tracks ] if args . key? ( :tracks )
49625027 @version = args [ :version ] if args . key? ( :version )
49635028 end
49645029 end
0 commit comments