@@ -338,6 +338,17 @@ def update!(**args)
338338 class GoogleCloudVideointelligenceV1FaceDetectionAnnotation
339339 include Google ::Apis ::Core ::Hashable
340340
341+ # The thumbnail of a person's face.
342+ # Corresponds to the JSON property `thumbnail`
343+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
344+ # @return [String]
345+ attr_accessor :thumbnail
346+
347+ # The face tracks with attributes.
348+ # Corresponds to the JSON property `tracks`
349+ # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1Track>]
350+ attr_accessor :tracks
351+
341352 # Feature version.
342353 # Corresponds to the JSON property `version`
343354 # @return [String]
@@ -349,6 +360,8 @@ def initialize(**args)
349360
350361 # Update properties of this object
351362 def update! ( **args )
363+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
364+ @tracks = args [ :tracks ] if args . key? ( :tracks )
352365 @version = args [ :version ] if args . key? ( :version )
353366 end
354367 end
@@ -1855,6 +1868,17 @@ def update!(**args)
18551868 class GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation
18561869 include Google ::Apis ::Core ::Hashable
18571870
1871+ # The thumbnail of a person's face.
1872+ # Corresponds to the JSON property `thumbnail`
1873+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
1874+ # @return [String]
1875+ attr_accessor :thumbnail
1876+
1877+ # The face tracks with attributes.
1878+ # Corresponds to the JSON property `tracks`
1879+ # @return [Array<Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2Track>]
1880+ attr_accessor :tracks
1881+
18581882 # Feature version.
18591883 # Corresponds to the JSON property `version`
18601884 # @return [String]
@@ -1866,6 +1890,8 @@ def initialize(**args)
18661890
18671891 # Update properties of this object
18681892 def update! ( **args )
1893+ @thumbnail = args [ :thumbnail ] if args . key? ( :thumbnail )
1894+ @tracks = args [ :tracks ] if args . key? ( :tracks )
18691895 @version = args [ :version ] if args . key? ( :version )
18701896 end
18711897 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::VideointelligenceV1::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::VideointelligenceV1::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::VideointelligenceV1::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