google-apis-videointelligence_v1 0.26.0 → 0.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b1f1b50e06ee0d2c3f6d43a17a47e082906d8873dc6d4a847eddebc9285a67b
4
- data.tar.gz: 0cf2e0b0423b1607b67aca2714fe6dda6abdf7350a829ab8683c6a7208071854
3
+ metadata.gz: fcf0650d10e59bd8f33ab6bbd8fb693f27dc5e3bbcf5eee8b68dc7bd1e8132c7
4
+ data.tar.gz: 13eef47e5fad9861a2ae8e8cc6fc5001ad26bc7ef09fa9e4ab9a167596a1dd84
5
5
  SHA512:
6
- metadata.gz: 21109d647a7987cc8be40010421083c0e5386ee1a1af8a4b78a29537b185f0551a7e486e6739364a334cf172ce3bdff8ed319df204bf47ede2e60ccc7555ba4f
7
- data.tar.gz: 6feb09877fdf9b21b08160b925dd8db03d7fc4b954b43ec30d6f226d414e61e33b13905b695b902e4e4d37015d3eac54ab57e60ff2385063b9918e4bd44588d8
6
+ metadata.gz: 8b786ec23105b68d8b84f778bb6c245576fc462e501fa03093dd66dcdbf5a056e9ca22e1c7682c8b9620f3429960dd82443bf71d44dcb696eae50485d02976ec
7
+ data.tar.gz: 3f575161332bffd0ffab9a47d42bb3ffd6d0d1ff18869c00d3762d4263d4b6477bfddcfac9b03b14914b6fbe87a2daa66bb89927f5c13056d3494c8dc060f747
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-videointelligence_v1
2
2
 
3
+ ### v0.28.0 (2026-03-08)
4
+
5
+ * Regenerated from discovery document revision 20260304
6
+
7
+ ### v0.27.0 (2025-07-27)
8
+
9
+ * Regenerated from discovery document revision 20250724
10
+
3
11
  ### v0.26.0 (2025-07-20)
4
12
 
5
13
  * Regenerated from discovery document revision 20250710
@@ -302,6 +302,36 @@ module Google
302
302
  end
303
303
  end
304
304
 
305
+ # Status of exporting annotation response to user specified `output_uri`.
306
+ class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
307
+ include Google::Apis::Core::Hashable
308
+
309
+ # Output only. State of the `output_uri` export.
310
+ # Corresponds to the JSON property `state`
311
+ # @return [String]
312
+ attr_accessor :state
313
+
314
+ # The `Status` type defines a logical error model that is suitable for different
315
+ # programming environments, including REST APIs and RPC APIs. It is used by [
316
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
317
+ # data: error code, error message, and error details. You can find out more
318
+ # about this error model and how to work with it in the [API Design Guide](https:
319
+ # //cloud.google.com/apis/design/errors).
320
+ # Corresponds to the JSON property `status`
321
+ # @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
322
+ attr_accessor :status
323
+
324
+ def initialize(**args)
325
+ update!(**args)
326
+ end
327
+
328
+ # Update properties of this object
329
+ def update!(**args)
330
+ @state = args[:state] if args.key?(:state)
331
+ @status = args[:status] if args.key?(:status)
332
+ end
333
+ end
334
+
305
335
  # Deprecated. No effect.
306
336
  class GoogleCloudVideointelligenceV1FaceAnnotation
307
337
  include Google::Apis::Core::Hashable
@@ -676,7 +706,7 @@ module Google
676
706
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
677
707
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
678
708
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
679
- # or greater than 1 due to trignometric calculations for location of the box.
709
+ # or greater than 1 due to trigonometric calculations for location of the box.
680
710
  class GoogleCloudVideointelligenceV1NormalizedBoundingPoly
681
711
  include Google::Apis::Core::Hashable
682
712
 
@@ -1003,6 +1033,12 @@ module Google
1003
1033
  class GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
1004
1034
  include Google::Apis::Core::Hashable
1005
1035
 
1036
+ # Optional. Legacy field. This field must be a Cloud Storage URI prefix. (e.g., `
1037
+ # gs://bucket/path/`).
1038
+ # Corresponds to the JSON property `audioOutputUriPrefix`
1039
+ # @return [String]
1040
+ attr_accessor :audio_output_uri_prefix
1041
+
1006
1042
  # Optional. For file formats, such as MXF or MKV, supporting multiple audio
1007
1043
  # tracks, specify up to two tracks. Default: track 0.
1008
1044
  # Corresponds to the JSON property `audioTracks`
@@ -1082,6 +1118,7 @@ module Google
1082
1118
 
1083
1119
  # Update properties of this object
1084
1120
  def update!(**args)
1121
+ @audio_output_uri_prefix = args[:audio_output_uri_prefix] if args.key?(:audio_output_uri_prefix)
1085
1122
  @audio_tracks = args[:audio_tracks] if args.key?(:audio_tracks)
1086
1123
  @diarization_speaker_count = args[:diarization_speaker_count] if args.key?(:diarization_speaker_count)
1087
1124
  @enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation)
@@ -1168,7 +1205,7 @@ module Google
1168
1205
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
1169
1206
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
1170
1207
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
1171
- # or greater than 1 due to trignometric calculations for location of the box.
1208
+ # or greater than 1 due to trigonometric calculations for location of the box.
1172
1209
  # Corresponds to the JSON property `rotatedBoundingBox`
1173
1210
  # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1NormalizedBoundingPoly]
1174
1211
  attr_accessor :rotated_bounding_box
@@ -1302,6 +1339,11 @@ module Google
1302
1339
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1303
1340
  include Google::Apis::Core::Hashable
1304
1341
 
1342
+ # Status of exporting annotation response to user specified `output_uri`.
1343
+ # Corresponds to the JSON property `exportStatus`
1344
+ # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus]
1345
+ attr_accessor :export_status
1346
+
1305
1347
  # Specifies which feature is being tracked if the request contains more than one
1306
1348
  # feature.
1307
1349
  # Corresponds to the JSON property `feature`
@@ -1340,6 +1382,7 @@ module Google
1340
1382
 
1341
1383
  # Update properties of this object
1342
1384
  def update!(**args)
1385
+ @export_status = args[:export_status] if args.key?(:export_status)
1343
1386
  @feature = args[:feature] if args.key?(:feature)
1344
1387
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1345
1388
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -1604,6 +1647,13 @@ module Google
1604
1647
  # @return [String]
1605
1648
  attr_accessor :end_time
1606
1649
 
1650
+ # Output only. A distinct string value is assigned for every speaker within the
1651
+ # audio. This field specifies which one of those speakers was detected to have
1652
+ # spoken this word.
1653
+ # Corresponds to the JSON property `speakerLabel`
1654
+ # @return [String]
1655
+ attr_accessor :speaker_label
1656
+
1607
1657
  # Output only. A distinct integer value is assigned for every speaker within the
1608
1658
  # audio. This field specifies which one of those speakers was detected to have
1609
1659
  # spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
@@ -1633,6 +1683,7 @@ module Google
1633
1683
  def update!(**args)
1634
1684
  @confidence = args[:confidence] if args.key?(:confidence)
1635
1685
  @end_time = args[:end_time] if args.key?(:end_time)
1686
+ @speaker_label = args[:speaker_label] if args.key?(:speaker_label)
1636
1687
  @speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
1637
1688
  @start_time = args[:start_time] if args.key?(:start_time)
1638
1689
  @word = args[:word] if args.key?(:word)
@@ -1832,6 +1883,36 @@ module Google
1832
1883
  end
1833
1884
  end
1834
1885
 
1886
+ # Status of exporting annotation response to user specified `output_uri`.
1887
+ class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1888
+ include Google::Apis::Core::Hashable
1889
+
1890
+ # Output only. State of the `output_uri` export.
1891
+ # Corresponds to the JSON property `state`
1892
+ # @return [String]
1893
+ attr_accessor :state
1894
+
1895
+ # The `Status` type defines a logical error model that is suitable for different
1896
+ # programming environments, including REST APIs and RPC APIs. It is used by [
1897
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
1898
+ # data: error code, error message, and error details. You can find out more
1899
+ # about this error model and how to work with it in the [API Design Guide](https:
1900
+ # //cloud.google.com/apis/design/errors).
1901
+ # Corresponds to the JSON property `status`
1902
+ # @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
1903
+ attr_accessor :status
1904
+
1905
+ def initialize(**args)
1906
+ update!(**args)
1907
+ end
1908
+
1909
+ # Update properties of this object
1910
+ def update!(**args)
1911
+ @state = args[:state] if args.key?(:state)
1912
+ @status = args[:status] if args.key?(:status)
1913
+ end
1914
+ end
1915
+
1835
1916
  # Deprecated. No effect.
1836
1917
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1837
1918
  include Google::Apis::Core::Hashable
@@ -2115,7 +2196,7 @@ module Google
2115
2196
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
2116
2197
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
2117
2198
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
2118
- # or greater than 1 due to trignometric calculations for location of the box.
2199
+ # or greater than 1 due to trigonometric calculations for location of the box.
2119
2200
  class GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly
2120
2201
  include Google::Apis::Core::Hashable
2121
2202
 
@@ -2381,7 +2462,7 @@ module Google
2381
2462
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
2382
2463
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
2383
2464
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
2384
- # or greater than 1 due to trignometric calculations for location of the box.
2465
+ # or greater than 1 due to trigonometric calculations for location of the box.
2385
2466
  # Corresponds to the JSON property `rotatedBoundingBox`
2386
2467
  # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2NormalizedBoundingPoly]
2387
2468
  attr_accessor :rotated_bounding_box
@@ -2515,6 +2596,11 @@ module Google
2515
2596
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
2516
2597
  include Google::Apis::Core::Hashable
2517
2598
 
2599
+ # Status of exporting annotation response to user specified `output_uri`.
2600
+ # Corresponds to the JSON property `exportStatus`
2601
+ # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
2602
+ attr_accessor :export_status
2603
+
2518
2604
  # Specifies which feature is being tracked if the request contains more than one
2519
2605
  # feature.
2520
2606
  # Corresponds to the JSON property `feature`
@@ -2553,6 +2639,7 @@ module Google
2553
2639
 
2554
2640
  # Update properties of this object
2555
2641
  def update!(**args)
2642
+ @export_status = args[:export_status] if args.key?(:export_status)
2556
2643
  @feature = args[:feature] if args.key?(:feature)
2557
2644
  @input_uri = args[:input_uri] if args.key?(:input_uri)
2558
2645
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -2748,6 +2835,13 @@ module Google
2748
2835
  # @return [String]
2749
2836
  attr_accessor :end_time
2750
2837
 
2838
+ # Output only. A distinct string value is assigned for every speaker within the
2839
+ # audio. This field specifies which one of those speakers was detected to have
2840
+ # spoken this word.
2841
+ # Corresponds to the JSON property `speakerLabel`
2842
+ # @return [String]
2843
+ attr_accessor :speaker_label
2844
+
2751
2845
  # Output only. A distinct integer value is assigned for every speaker within the
2752
2846
  # audio. This field specifies which one of those speakers was detected to have
2753
2847
  # spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
@@ -2777,6 +2871,7 @@ module Google
2777
2871
  def update!(**args)
2778
2872
  @confidence = args[:confidence] if args.key?(:confidence)
2779
2873
  @end_time = args[:end_time] if args.key?(:end_time)
2874
+ @speaker_label = args[:speaker_label] if args.key?(:speaker_label)
2780
2875
  @speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
2781
2876
  @start_time = args[:start_time] if args.key?(:start_time)
2782
2877
  @word = args[:word] if args.key?(:word)
@@ -2976,6 +3071,36 @@ module Google
2976
3071
  end
2977
3072
  end
2978
3073
 
3074
+ # Status of exporting annotation response to user specified `output_uri`.
3075
+ class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
3076
+ include Google::Apis::Core::Hashable
3077
+
3078
+ # Output only. State of the `output_uri` export.
3079
+ # Corresponds to the JSON property `state`
3080
+ # @return [String]
3081
+ attr_accessor :state
3082
+
3083
+ # The `Status` type defines a logical error model that is suitable for different
3084
+ # programming environments, including REST APIs and RPC APIs. It is used by [
3085
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
3086
+ # data: error code, error message, and error details. You can find out more
3087
+ # about this error model and how to work with it in the [API Design Guide](https:
3088
+ # //cloud.google.com/apis/design/errors).
3089
+ # Corresponds to the JSON property `status`
3090
+ # @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
3091
+ attr_accessor :status
3092
+
3093
+ def initialize(**args)
3094
+ update!(**args)
3095
+ end
3096
+
3097
+ # Update properties of this object
3098
+ def update!(**args)
3099
+ @state = args[:state] if args.key?(:state)
3100
+ @status = args[:status] if args.key?(:status)
3101
+ end
3102
+ end
3103
+
2979
3104
  # Deprecated. No effect.
2980
3105
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
2981
3106
  include Google::Apis::Core::Hashable
@@ -3259,7 +3384,7 @@ module Google
3259
3384
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
3260
3385
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
3261
3386
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
3262
- # or greater than 1 due to trignometric calculations for location of the box.
3387
+ # or greater than 1 due to trigonometric calculations for location of the box.
3263
3388
  class GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly
3264
3389
  include Google::Apis::Core::Hashable
3265
3390
 
@@ -3525,7 +3650,7 @@ module Google
3525
3650
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
3526
3651
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
3527
3652
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
3528
- # or greater than 1 due to trignometric calculations for location of the box.
3653
+ # or greater than 1 due to trigonometric calculations for location of the box.
3529
3654
  # Corresponds to the JSON property `rotatedBoundingBox`
3530
3655
  # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingPoly]
3531
3656
  attr_accessor :rotated_bounding_box
@@ -3659,6 +3784,11 @@ module Google
3659
3784
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
3660
3785
  include Google::Apis::Core::Hashable
3661
3786
 
3787
+ # Status of exporting annotation response to user specified `output_uri`.
3788
+ # Corresponds to the JSON property `exportStatus`
3789
+ # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus]
3790
+ attr_accessor :export_status
3791
+
3662
3792
  # Specifies which feature is being tracked if the request contains more than one
3663
3793
  # feature.
3664
3794
  # Corresponds to the JSON property `feature`
@@ -3697,6 +3827,7 @@ module Google
3697
3827
 
3698
3828
  # Update properties of this object
3699
3829
  def update!(**args)
3830
+ @export_status = args[:export_status] if args.key?(:export_status)
3700
3831
  @feature = args[:feature] if args.key?(:feature)
3701
3832
  @input_uri = args[:input_uri] if args.key?(:input_uri)
3702
3833
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -3892,6 +4023,13 @@ module Google
3892
4023
  # @return [String]
3893
4024
  attr_accessor :end_time
3894
4025
 
4026
+ # Output only. A distinct string value is assigned for every speaker within the
4027
+ # audio. This field specifies which one of those speakers was detected to have
4028
+ # spoken this word.
4029
+ # Corresponds to the JSON property `speakerLabel`
4030
+ # @return [String]
4031
+ attr_accessor :speaker_label
4032
+
3895
4033
  # Output only. A distinct integer value is assigned for every speaker within the
3896
4034
  # audio. This field specifies which one of those speakers was detected to have
3897
4035
  # spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
@@ -3921,6 +4059,7 @@ module Google
3921
4059
  def update!(**args)
3922
4060
  @confidence = args[:confidence] if args.key?(:confidence)
3923
4061
  @end_time = args[:end_time] if args.key?(:end_time)
4062
+ @speaker_label = args[:speaker_label] if args.key?(:speaker_label)
3924
4063
  @speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
3925
4064
  @start_time = args[:start_time] if args.key?(:start_time)
3926
4065
  @word = args[:word] if args.key?(:word)
@@ -4120,6 +4259,36 @@ module Google
4120
4259
  end
4121
4260
  end
4122
4261
 
4262
+ # Status of exporting annotation response to user specified `output_uri`.
4263
+ class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
4264
+ include Google::Apis::Core::Hashable
4265
+
4266
+ # Output only. State of the `output_uri` export.
4267
+ # Corresponds to the JSON property `state`
4268
+ # @return [String]
4269
+ attr_accessor :state
4270
+
4271
+ # The `Status` type defines a logical error model that is suitable for different
4272
+ # programming environments, including REST APIs and RPC APIs. It is used by [
4273
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
4274
+ # data: error code, error message, and error details. You can find out more
4275
+ # about this error model and how to work with it in the [API Design Guide](https:
4276
+ # //cloud.google.com/apis/design/errors).
4277
+ # Corresponds to the JSON property `status`
4278
+ # @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
4279
+ attr_accessor :status
4280
+
4281
+ def initialize(**args)
4282
+ update!(**args)
4283
+ end
4284
+
4285
+ # Update properties of this object
4286
+ def update!(**args)
4287
+ @state = args[:state] if args.key?(:state)
4288
+ @status = args[:status] if args.key?(:status)
4289
+ end
4290
+ end
4291
+
4123
4292
  # Deprecated. No effect.
4124
4293
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
4125
4294
  include Google::Apis::Core::Hashable
@@ -4403,7 +4572,7 @@ module Google
4403
4572
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4404
4573
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4405
4574
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4406
- # or greater than 1 due to trignometric calculations for location of the box.
4575
+ # or greater than 1 due to trigonometric calculations for location of the box.
4407
4576
  class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
4408
4577
  include Google::Apis::Core::Hashable
4409
4578
 
@@ -4669,7 +4838,7 @@ module Google
4669
4838
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
4670
4839
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
4671
4840
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
4672
- # or greater than 1 due to trignometric calculations for location of the box.
4841
+ # or greater than 1 due to trigonometric calculations for location of the box.
4673
4842
  # Corresponds to the JSON property `rotatedBoundingBox`
4674
4843
  # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly]
4675
4844
  attr_accessor :rotated_bounding_box
@@ -4803,6 +4972,11 @@ module Google
4803
4972
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
4804
4973
  include Google::Apis::Core::Hashable
4805
4974
 
4975
+ # Status of exporting annotation response to user specified `output_uri`.
4976
+ # Corresponds to the JSON property `exportStatus`
4977
+ # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus]
4978
+ attr_accessor :export_status
4979
+
4806
4980
  # Specifies which feature is being tracked if the request contains more than one
4807
4981
  # feature.
4808
4982
  # Corresponds to the JSON property `feature`
@@ -4841,6 +5015,7 @@ module Google
4841
5015
 
4842
5016
  # Update properties of this object
4843
5017
  def update!(**args)
5018
+ @export_status = args[:export_status] if args.key?(:export_status)
4844
5019
  @feature = args[:feature] if args.key?(:feature)
4845
5020
  @input_uri = args[:input_uri] if args.key?(:input_uri)
4846
5021
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -5036,6 +5211,13 @@ module Google
5036
5211
  # @return [String]
5037
5212
  attr_accessor :end_time
5038
5213
 
5214
+ # Output only. A distinct string value is assigned for every speaker within the
5215
+ # audio. This field specifies which one of those speakers was detected to have
5216
+ # spoken this word.
5217
+ # Corresponds to the JSON property `speakerLabel`
5218
+ # @return [String]
5219
+ attr_accessor :speaker_label
5220
+
5039
5221
  # Output only. A distinct integer value is assigned for every speaker within the
5040
5222
  # audio. This field specifies which one of those speakers was detected to have
5041
5223
  # spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
@@ -5065,6 +5247,7 @@ module Google
5065
5247
  def update!(**args)
5066
5248
  @confidence = args[:confidence] if args.key?(:confidence)
5067
5249
  @end_time = args[:end_time] if args.key?(:end_time)
5250
+ @speaker_label = args[:speaker_label] if args.key?(:speaker_label)
5068
5251
  @speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
5069
5252
  @start_time = args[:start_time] if args.key?(:start_time)
5070
5253
  @word = args[:word] if args.key?(:word)
@@ -5350,6 +5533,36 @@ module Google
5350
5533
  end
5351
5534
  end
5352
5535
 
5536
+ # Status of exporting annotation response to user specified `output_uri`.
5537
+ class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
5538
+ include Google::Apis::Core::Hashable
5539
+
5540
+ # Output only. State of the `output_uri` export.
5541
+ # Corresponds to the JSON property `state`
5542
+ # @return [String]
5543
+ attr_accessor :state
5544
+
5545
+ # The `Status` type defines a logical error model that is suitable for different
5546
+ # programming environments, including REST APIs and RPC APIs. It is used by [
5547
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
5548
+ # data: error code, error message, and error details. You can find out more
5549
+ # about this error model and how to work with it in the [API Design Guide](https:
5550
+ # //cloud.google.com/apis/design/errors).
5551
+ # Corresponds to the JSON property `status`
5552
+ # @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
5553
+ attr_accessor :status
5554
+
5555
+ def initialize(**args)
5556
+ update!(**args)
5557
+ end
5558
+
5559
+ # Update properties of this object
5560
+ def update!(**args)
5561
+ @state = args[:state] if args.key?(:state)
5562
+ @status = args[:status] if args.key?(:status)
5563
+ end
5564
+ end
5565
+
5353
5566
  # Deprecated. No effect.
5354
5567
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
5355
5568
  include Google::Apis::Core::Hashable
@@ -5633,7 +5846,7 @@ module Google
5633
5846
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
5634
5847
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
5635
5848
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
5636
- # or greater than 1 due to trignometric calculations for location of the box.
5849
+ # or greater than 1 due to trigonometric calculations for location of the box.
5637
5850
  class GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly
5638
5851
  include Google::Apis::Core::Hashable
5639
5852
 
@@ -6013,7 +6226,7 @@ module Google
6013
6226
  # horizontal it might look like: 0----1 | | 3----2 When it's clockwise rotated
6014
6227
  # 180 degrees around the top-left corner it becomes: 2----3 | | 1----0 and the
6015
6228
  # vertex order will still be (0, 1, 2, 3). Note that values can be less than 0,
6016
- # or greater than 1 due to trignometric calculations for location of the box.
6229
+ # or greater than 1 due to trigonometric calculations for location of the box.
6017
6230
  # Corresponds to the JSON property `rotatedBoundingBox`
6018
6231
  # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1NormalizedBoundingPoly]
6019
6232
  attr_accessor :rotated_bounding_box
@@ -6147,6 +6360,11 @@ module Google
6147
6360
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
6148
6361
  include Google::Apis::Core::Hashable
6149
6362
 
6363
+ # Status of exporting annotation response to user specified `output_uri`.
6364
+ # Corresponds to the JSON property `exportStatus`
6365
+ # @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus]
6366
+ attr_accessor :export_status
6367
+
6150
6368
  # Specifies which feature is being tracked if the request contains more than one
6151
6369
  # feature.
6152
6370
  # Corresponds to the JSON property `feature`
@@ -6185,6 +6403,7 @@ module Google
6185
6403
 
6186
6404
  # Update properties of this object
6187
6405
  def update!(**args)
6406
+ @export_status = args[:export_status] if args.key?(:export_status)
6188
6407
  @feature = args[:feature] if args.key?(:feature)
6189
6408
  @input_uri = args[:input_uri] if args.key?(:input_uri)
6190
6409
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -6386,6 +6605,13 @@ module Google
6386
6605
  # @return [String]
6387
6606
  attr_accessor :end_time
6388
6607
 
6608
+ # Output only. A distinct string value is assigned for every speaker within the
6609
+ # audio. This field specifies which one of those speakers was detected to have
6610
+ # spoken this word.
6611
+ # Corresponds to the JSON property `speakerLabel`
6612
+ # @return [String]
6613
+ attr_accessor :speaker_label
6614
+
6389
6615
  # Output only. A distinct integer value is assigned for every speaker within the
6390
6616
  # audio. This field specifies which one of those speakers was detected to have
6391
6617
  # spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
@@ -6415,6 +6641,7 @@ module Google
6415
6641
  def update!(**args)
6416
6642
  @confidence = args[:confidence] if args.key?(:confidence)
6417
6643
  @end_time = args[:end_time] if args.key?(:end_time)
6644
+ @speaker_label = args[:speaker_label] if args.key?(:speaker_label)
6418
6645
  @speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
6419
6646
  @start_time = args[:start_time] if args.key?(:start_time)
6420
6647
  @word = args[:word] if args.key?(:word)
@@ -6448,6 +6675,14 @@ module Google
6448
6675
  # @return [Array<Google::Apis::VideointelligenceV1::GoogleLongrunningOperation>]
6449
6676
  attr_accessor :operations
6450
6677
 
6678
+ # Unordered list. Unreachable resources. Populated when the request sets `
6679
+ # ListOperationsRequest.return_partial_success` and reads across collections.
6680
+ # For example, when attempting to list all resources across all supported
6681
+ # locations.
6682
+ # Corresponds to the JSON property `unreachable`
6683
+ # @return [Array<String>]
6684
+ attr_accessor :unreachable
6685
+
6451
6686
  def initialize(**args)
6452
6687
  update!(**args)
6453
6688
  end
@@ -6456,6 +6691,7 @@ module Google
6456
6691
  def update!(**args)
6457
6692
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
6458
6693
  @operations = args[:operations] if args.key?(:operations)
6694
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
6459
6695
  end
6460
6696
  end
6461
6697
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VideointelligenceV1
18
18
  # Version of the google-apis-videointelligence_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250710"
25
+ REVISION = "20260304"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,12 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
79
85
  class GoogleCloudVideointelligenceV1FaceAnnotation
80
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
87
 
@@ -322,6 +328,12 @@ module Google
322
328
  include Google::Apis::Core::JsonObjectSupport
323
329
  end
324
330
 
331
+ class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
325
337
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
326
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
339
 
@@ -514,6 +526,12 @@ module Google
514
526
  include Google::Apis::Core::JsonObjectSupport
515
527
  end
516
528
 
529
+ class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
517
535
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
518
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
537
 
@@ -706,6 +724,12 @@ module Google
706
724
  include Google::Apis::Core::JsonObjectSupport
707
725
  end
708
726
 
727
+ class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
709
733
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
710
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
735
 
@@ -916,6 +940,12 @@ module Google
916
940
  include Google::Apis::Core::JsonObjectSupport
917
941
  end
918
942
 
943
+ class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
919
949
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
920
950
  class Representation < Google::Apis::Core::JsonRepresentation; end
921
951
 
@@ -1195,6 +1225,15 @@ module Google
1195
1225
  end
1196
1226
  end
1197
1227
 
1228
+ class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
1229
+ # @private
1230
+ class Representation < Google::Apis::Core::JsonRepresentation
1231
+ property :state, as: 'state'
1232
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
1233
+
1234
+ end
1235
+ end
1236
+
1198
1237
  class GoogleCloudVideointelligenceV1FaceAnnotation
1199
1238
  # @private
1200
1239
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1408,6 +1447,7 @@ module Google
1408
1447
  class GoogleCloudVideointelligenceV1SpeechTranscriptionConfig
1409
1448
  # @private
1410
1449
  class Representation < Google::Apis::Core::JsonRepresentation
1450
+ property :audio_output_uri_prefix, as: 'audioOutputUriPrefix'
1411
1451
  collection :audio_tracks, as: 'audioTracks'
1412
1452
  property :diarization_speaker_count, as: 'diarizationSpeakerCount'
1413
1453
  property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
@@ -1488,6 +1528,8 @@ module Google
1488
1528
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1489
1529
  # @private
1490
1530
  class Representation < Google::Apis::Core::JsonRepresentation
1531
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus::Representation
1532
+
1491
1533
  property :feature, as: 'feature'
1492
1534
  property :input_uri, as: 'inputUri'
1493
1535
  property :progress_percent, as: 'progressPercent'
@@ -1574,6 +1616,7 @@ module Google
1574
1616
  class Representation < Google::Apis::Core::JsonRepresentation
1575
1617
  property :confidence, as: 'confidence'
1576
1618
  property :end_time, as: 'endTime'
1619
+ property :speaker_label, as: 'speakerLabel'
1577
1620
  property :speaker_tag, as: 'speakerTag'
1578
1621
  property :start_time, as: 'startTime'
1579
1622
  property :word, as: 'word'
@@ -1641,6 +1684,15 @@ module Google
1641
1684
  end
1642
1685
  end
1643
1686
 
1687
+ class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1688
+ # @private
1689
+ class Representation < Google::Apis::Core::JsonRepresentation
1690
+ property :state, as: 'state'
1691
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
1692
+
1693
+ end
1694
+ end
1695
+
1644
1696
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1645
1697
  # @private
1646
1698
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1860,6 +1912,8 @@ module Google
1860
1912
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
1861
1913
  # @private
1862
1914
  class Representation < Google::Apis::Core::JsonRepresentation
1915
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus::Representation
1916
+
1863
1917
  property :feature, as: 'feature'
1864
1918
  property :input_uri, as: 'inputUri'
1865
1919
  property :progress_percent, as: 'progressPercent'
@@ -1922,6 +1976,7 @@ module Google
1922
1976
  class Representation < Google::Apis::Core::JsonRepresentation
1923
1977
  property :confidence, as: 'confidence'
1924
1978
  property :end_time, as: 'endTime'
1979
+ property :speaker_label, as: 'speakerLabel'
1925
1980
  property :speaker_tag, as: 'speakerTag'
1926
1981
  property :start_time, as: 'startTime'
1927
1982
  property :word, as: 'word'
@@ -1989,6 +2044,15 @@ module Google
1989
2044
  end
1990
2045
  end
1991
2046
 
2047
+ class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
2048
+ # @private
2049
+ class Representation < Google::Apis::Core::JsonRepresentation
2050
+ property :state, as: 'state'
2051
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2052
+
2053
+ end
2054
+ end
2055
+
1992
2056
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
1993
2057
  # @private
1994
2058
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2208,6 +2272,8 @@ module Google
2208
2272
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
2209
2273
  # @private
2210
2274
  class Representation < Google::Apis::Core::JsonRepresentation
2275
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus::Representation
2276
+
2211
2277
  property :feature, as: 'feature'
2212
2278
  property :input_uri, as: 'inputUri'
2213
2279
  property :progress_percent, as: 'progressPercent'
@@ -2270,6 +2336,7 @@ module Google
2270
2336
  class Representation < Google::Apis::Core::JsonRepresentation
2271
2337
  property :confidence, as: 'confidence'
2272
2338
  property :end_time, as: 'endTime'
2339
+ property :speaker_label, as: 'speakerLabel'
2273
2340
  property :speaker_tag, as: 'speakerTag'
2274
2341
  property :start_time, as: 'startTime'
2275
2342
  property :word, as: 'word'
@@ -2337,6 +2404,15 @@ module Google
2337
2404
  end
2338
2405
  end
2339
2406
 
2407
+ class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
2408
+ # @private
2409
+ class Representation < Google::Apis::Core::JsonRepresentation
2410
+ property :state, as: 'state'
2411
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2412
+
2413
+ end
2414
+ end
2415
+
2340
2416
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2341
2417
  # @private
2342
2418
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2556,6 +2632,8 @@ module Google
2556
2632
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2557
2633
  # @private
2558
2634
  class Representation < Google::Apis::Core::JsonRepresentation
2635
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::Representation
2636
+
2559
2637
  property :feature, as: 'feature'
2560
2638
  property :input_uri, as: 'inputUri'
2561
2639
  property :progress_percent, as: 'progressPercent'
@@ -2618,6 +2696,7 @@ module Google
2618
2696
  class Representation < Google::Apis::Core::JsonRepresentation
2619
2697
  property :confidence, as: 'confidence'
2620
2698
  property :end_time, as: 'endTime'
2699
+ property :speaker_label, as: 'speakerLabel'
2621
2700
  property :speaker_tag, as: 'speakerTag'
2622
2701
  property :start_time, as: 'startTime'
2623
2702
  property :word, as: 'word'
@@ -2713,6 +2792,15 @@ module Google
2713
2792
  end
2714
2793
  end
2715
2794
 
2795
+ class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
2796
+ # @private
2797
+ class Representation < Google::Apis::Core::JsonRepresentation
2798
+ property :state, as: 'state'
2799
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2800
+
2801
+ end
2802
+ end
2803
+
2716
2804
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2717
2805
  # @private
2718
2806
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2967,6 +3055,8 @@ module Google
2967
3055
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
2968
3056
  # @private
2969
3057
  class Representation < Google::Apis::Core::JsonRepresentation
3058
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus::Representation
3059
+
2970
3060
  property :feature, as: 'feature'
2971
3061
  property :input_uri, as: 'inputUri'
2972
3062
  property :progress_percent, as: 'progressPercent'
@@ -3031,6 +3121,7 @@ module Google
3031
3121
  class Representation < Google::Apis::Core::JsonRepresentation
3032
3122
  property :confidence, as: 'confidence'
3033
3123
  property :end_time, as: 'endTime'
3124
+ property :speaker_label, as: 'speakerLabel'
3034
3125
  property :speaker_tag, as: 'speakerTag'
3035
3126
  property :start_time, as: 'startTime'
3036
3127
  property :word, as: 'word'
@@ -3049,6 +3140,7 @@ module Google
3049
3140
  property :next_page_token, as: 'nextPageToken'
3050
3141
  collection :operations, as: 'operations', class: Google::Apis::VideointelligenceV1::GoogleLongrunningOperation, decorator: Google::Apis::VideointelligenceV1::GoogleLongrunningOperation::Representation
3051
3142
 
3143
+ collection :unreachable, as: 'unreachable'
3052
3144
  end
3053
3145
  end
3054
3146
 
@@ -268,6 +268,14 @@ module Google
268
268
  # The standard list page size.
269
269
  # @param [String] page_token
270
270
  # The standard list page token.
271
+ # @param [Boolean] return_partial_success
272
+ # When set to `true`, operations that are reachable are returned as normal, and
273
+ # those that are unreachable are returned in the ListOperationsResponse.
274
+ # unreachable field. This can only be `true` when reading across collections.
275
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
276
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
277
+ # if set unless explicitly documented otherwise in service or product specific
278
+ # documentation.
271
279
  # @param [String] fields
272
280
  # Selector specifying which fields to include in a partial response.
273
281
  # @param [String] quota_user
@@ -285,7 +293,7 @@ module Google
285
293
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
286
294
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
287
295
  # @raise [Google::Apis::AuthorizationError] Authorization is required
288
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
296
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
289
297
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
290
298
  command.response_representation = Google::Apis::VideointelligenceV1::GoogleLongrunningListOperationsResponse::Representation
291
299
  command.response_class = Google::Apis::VideointelligenceV1::GoogleLongrunningListOperationsResponse
@@ -293,6 +301,7 @@ module Google
293
301
  command.query['filter'] = filter unless filter.nil?
294
302
  command.query['pageSize'] = page_size unless page_size.nil?
295
303
  command.query['pageToken'] = page_token unless page_token.nil?
304
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
296
305
  command.query['fields'] = fields unless fields.nil?
297
306
  command.query['quotaUser'] = quota_user unless quota_user.nil?
298
307
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-videointelligence_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.28.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1
62
62
  rdoc_options: []
63
63
  require_paths: