@@ -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::VideointelligenceV1p1beta1::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::VideointelligenceV1p1beta1::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
@@ -2600,6 +2626,17 @@ def update!(**args)
26002626 class GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation
26012627 include Google ::Apis ::Core ::Hashable
26022628
2629+ # The thumbnail of a person's face.
2630+ # Corresponds to the JSON property `thumbnail`
2631+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
2632+ # @return [String]
2633+ attr_accessor :thumbnail
2634+
2635+ # The face tracks with attributes.
2636+ # Corresponds to the JSON property `tracks`
2637+ # @return [Array<Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p1beta1Track>]
2638+ attr_accessor :tracks
2639+
26032640 # Feature version.
26042641 # Corresponds to the JSON property `version`
26052642 # @return [String]
@@ -2611,6 +2648,8 @@ def initialize(**args)
26112648
26122649 # Update properties of this object
26132650 def update! ( **args )
2651+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
2652+ @tracks = args [ :tracks ] if args . key? ( :tracks )
26142653 @version = args [ :version ] if args . key? ( :version )
26152654 end
26162655 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::VideointelligenceV1p1beta1::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::VideointelligenceV1p1beta1::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