@@ -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::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::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
@@ -3731,6 +3770,17 @@ def update!(**args)
37313770 class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
37323771 include Google ::Apis ::Core ::Hashable
37333772
3773+ # The thumbnail of a person's face.
3774+ # Corresponds to the JSON property `thumbnail`
3775+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
3776+ # @return [String]
3777+ attr_accessor :thumbnail
3778+
3779+ # The face tracks with attributes.
3780+ # Corresponds to the JSON property `tracks`
3781+ # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Track>]
3782+ attr_accessor :tracks
3783+
37343784 # Feature version.
37353785 # Corresponds to the JSON property `version`
37363786 # @return [String]
@@ -3742,6 +3792,8 @@ def initialize(**args)
37423792
37433793 # Update properties of this object
37443794 def update! ( **args )
3795+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
3796+ @tracks = args [ :tracks ] if args . key? ( :tracks )
37453797 @version = args [ :version ] if args . key? ( :version )
37463798 end
37473799 end
@@ -5334,6 +5386,17 @@ def update!(**args)
53345386 class GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation
53355387 include Google ::Apis ::Core ::Hashable
53365388
5389+ # The thumbnail of a person's face.
5390+ # Corresponds to the JSON property `thumbnail`
5391+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
5392+ # @return [String]
5393+ attr_accessor :thumbnail
5394+
5395+ # The face tracks with attributes.
5396+ # Corresponds to the JSON property `tracks`
5397+ # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1Track>]
5398+ attr_accessor :tracks
5399+
53375400 # Feature version.
53385401 # Corresponds to the JSON property `version`
53395402 # @return [String]
@@ -5345,6 +5408,8 @@ def initialize(**args)
53455408
53465409 # Update properties of this object
53475410 def update! ( **args )
5411+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
5412+ @tracks = args [ :tracks ] if args . key? ( :tracks )
53485413 @version = args [ :version ] if args . key? ( :version )
53495414 end
53505415 end
0 commit comments