@@ -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::VideointelligenceV1beta2::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
@@ -1469,6 +1482,17 @@ def update!(**args)
14691482 class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
14701483 include Google ::Apis ::Core ::Hashable
14711484
1485+ # The thumbnail of a person's face.
1486+ # Corresponds to the JSON property `thumbnail`
1487+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
1488+ # @return [String]
1489+ attr_accessor :thumbnail
1490+
1491+ # The face tracks with attributes.
1492+ # Corresponds to the JSON property `tracks`
1493+ # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2Track>]
1494+ attr_accessor :tracks
1495+
14721496 # Feature version.
14731497 # Corresponds to the JSON property `version`
14741498 # @return [String]
@@ -1480,6 +1504,8 @@ def initialize(**args)
14801504
14811505 # Update properties of this object
14821506 def update! ( **args )
1507+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
1508+ @tracks = args [ :tracks ] if args . key? ( :tracks )
14831509 @version = args [ :version ] if args . key? ( :version )
14841510 end
14851511 end
@@ -2986,6 +3012,17 @@ def update!(**args)
29863012 class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
29873013 include Google ::Apis ::Core ::Hashable
29883014
3015+ # The thumbnail of a person's face.
3016+ # Corresponds to the JSON property `thumbnail`
3017+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
3018+ # @return [String]
3019+ attr_accessor :thumbnail
3020+
3021+ # The face tracks with attributes.
3022+ # Corresponds to the JSON property `tracks`
3023+ # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1Track>]
3024+ attr_accessor :tracks
3025+
29893026 # Feature version.
29903027 # Corresponds to the JSON property `version`
29913028 # @return [String]
@@ -2997,6 +3034,8 @@ def initialize(**args)
29973034
29983035 # Update properties of this object
29993036 def update! ( **args )
3037+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
3038+ @tracks = args [ :tracks ] if args . key? ( :tracks )
30003039 @version = args [ :version ] if args . key? ( :version )
30013040 end
30023041 end
@@ -4117,6 +4156,17 @@ def update!(**args)
41174156 class GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation
41184157 include Google ::Apis ::Core ::Hashable
41194158
4159+ # The thumbnail of a person's face.
4160+ # Corresponds to the JSON property `thumbnail`
4161+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
4162+ # @return [String]
4163+ attr_accessor :thumbnail
4164+
4165+ # The face tracks with attributes.
4166+ # Corresponds to the JSON property `tracks`
4167+ # @return [Array<Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1Track>]
4168+ attr_accessor :tracks
4169+
41204170 # Feature version.
41214171 # Corresponds to the JSON property `version`
41224172 # @return [String]
@@ -4128,6 +4178,8 @@ def initialize(**args)
41284178
41294179 # Update properties of this object
41304180 def update! ( **args )
4181+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
4182+ @tracks = args [ :tracks ] if args . key? ( :tracks )
41314183 @version = args [ :version ] if args . key? ( :version )
41324184 end
41334185 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::VideointelligenceV1beta2::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