google-apis-videointelligence_v1p3beta1 0.25.0 → 0.26.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b05a3a62857823b953301164df5c509f4e7a82a0749ce3eb89a117b347a89c9f
|
|
4
|
+
data.tar.gz: eea8ba94e254c0de84c56bc833098bd62eaea22b41519c2505d5d3d14da3837b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d976df1a8d6ccdbc3ccac74eca38715c5884e7294b750da09bcab6fc32cccddb637cb65eeb62f899d0d0f4f7690cce25bd523217577dfe4155c706ce3f94b395
|
|
7
|
+
data.tar.gz: 1db8de38faedb753473fde22b95339b024c318de7128fd65a4103bf3e51ce24ad9547f9cef1742b773f4a0f8022fc35e173a57b7342f7736ee5fd26284fd1f01
|
data/CHANGELOG.md
CHANGED
|
@@ -1167,6 +1167,13 @@ module Google
|
|
|
1167
1167
|
# @return [String]
|
|
1168
1168
|
attr_accessor :end_time
|
|
1169
1169
|
|
|
1170
|
+
# Output only. A distinct string value is assigned for every speaker within the
|
|
1171
|
+
# audio. This field specifies which one of those speakers was detected to have
|
|
1172
|
+
# spoken this word.
|
|
1173
|
+
# Corresponds to the JSON property `speakerLabel`
|
|
1174
|
+
# @return [String]
|
|
1175
|
+
attr_accessor :speaker_label
|
|
1176
|
+
|
|
1170
1177
|
# Output only. A distinct integer value is assigned for every speaker within the
|
|
1171
1178
|
# audio. This field specifies which one of those speakers was detected to have
|
|
1172
1179
|
# spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
|
|
@@ -1196,6 +1203,7 @@ module Google
|
|
|
1196
1203
|
def update!(**args)
|
|
1197
1204
|
@confidence = args[:confidence] if args.key?(:confidence)
|
|
1198
1205
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
1206
|
+
@speaker_label = args[:speaker_label] if args.key?(:speaker_label)
|
|
1199
1207
|
@speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
|
|
1200
1208
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
1201
1209
|
@word = args[:word] if args.key?(:word)
|
|
@@ -2347,6 +2355,13 @@ module Google
|
|
|
2347
2355
|
# @return [String]
|
|
2348
2356
|
attr_accessor :end_time
|
|
2349
2357
|
|
|
2358
|
+
# Output only. A distinct string value is assigned for every speaker within the
|
|
2359
|
+
# audio. This field specifies which one of those speakers was detected to have
|
|
2360
|
+
# spoken this word.
|
|
2361
|
+
# Corresponds to the JSON property `speakerLabel`
|
|
2362
|
+
# @return [String]
|
|
2363
|
+
attr_accessor :speaker_label
|
|
2364
|
+
|
|
2350
2365
|
# Output only. A distinct integer value is assigned for every speaker within the
|
|
2351
2366
|
# audio. This field specifies which one of those speakers was detected to have
|
|
2352
2367
|
# spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
|
|
@@ -2376,6 +2391,7 @@ module Google
|
|
|
2376
2391
|
def update!(**args)
|
|
2377
2392
|
@confidence = args[:confidence] if args.key?(:confidence)
|
|
2378
2393
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
2394
|
+
@speaker_label = args[:speaker_label] if args.key?(:speaker_label)
|
|
2379
2395
|
@speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
|
|
2380
2396
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
2381
2397
|
@word = args[:word] if args.key?(:word)
|
|
@@ -3527,6 +3543,13 @@ module Google
|
|
|
3527
3543
|
# @return [String]
|
|
3528
3544
|
attr_accessor :end_time
|
|
3529
3545
|
|
|
3546
|
+
# Output only. A distinct string value is assigned for every speaker within the
|
|
3547
|
+
# audio. This field specifies which one of those speakers was detected to have
|
|
3548
|
+
# spoken this word.
|
|
3549
|
+
# Corresponds to the JSON property `speakerLabel`
|
|
3550
|
+
# @return [String]
|
|
3551
|
+
attr_accessor :speaker_label
|
|
3552
|
+
|
|
3530
3553
|
# Output only. A distinct integer value is assigned for every speaker within the
|
|
3531
3554
|
# audio. This field specifies which one of those speakers was detected to have
|
|
3532
3555
|
# spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
|
|
@@ -3556,6 +3579,7 @@ module Google
|
|
|
3556
3579
|
def update!(**args)
|
|
3557
3580
|
@confidence = args[:confidence] if args.key?(:confidence)
|
|
3558
3581
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
3582
|
+
@speaker_label = args[:speaker_label] if args.key?(:speaker_label)
|
|
3559
3583
|
@speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
|
|
3560
3584
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
3561
3585
|
@word = args[:word] if args.key?(:word)
|
|
@@ -4707,6 +4731,13 @@ module Google
|
|
|
4707
4731
|
# @return [String]
|
|
4708
4732
|
attr_accessor :end_time
|
|
4709
4733
|
|
|
4734
|
+
# Output only. A distinct string value is assigned for every speaker within the
|
|
4735
|
+
# audio. This field specifies which one of those speakers was detected to have
|
|
4736
|
+
# spoken this word.
|
|
4737
|
+
# Corresponds to the JSON property `speakerLabel`
|
|
4738
|
+
# @return [String]
|
|
4739
|
+
attr_accessor :speaker_label
|
|
4740
|
+
|
|
4710
4741
|
# Output only. A distinct integer value is assigned for every speaker within the
|
|
4711
4742
|
# audio. This field specifies which one of those speakers was detected to have
|
|
4712
4743
|
# spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
|
|
@@ -4736,6 +4767,7 @@ module Google
|
|
|
4736
4767
|
def update!(**args)
|
|
4737
4768
|
@confidence = args[:confidence] if args.key?(:confidence)
|
|
4738
4769
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
4770
|
+
@speaker_label = args[:speaker_label] if args.key?(:speaker_label)
|
|
4739
4771
|
@speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
|
|
4740
4772
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
4741
4773
|
@word = args[:word] if args.key?(:word)
|
|
@@ -5864,6 +5896,12 @@ module Google
|
|
|
5864
5896
|
class GoogleCloudVideointelligenceV1p3beta1SpeechTranscriptionConfig
|
|
5865
5897
|
include Google::Apis::Core::Hashable
|
|
5866
5898
|
|
|
5899
|
+
# Optional. Legacy field. This field must be a Cloud Storage URI prefix. (e.g., `
|
|
5900
|
+
# gs://bucket/path/`).
|
|
5901
|
+
# Corresponds to the JSON property `audioOutputUriPrefix`
|
|
5902
|
+
# @return [String]
|
|
5903
|
+
attr_accessor :audio_output_uri_prefix
|
|
5904
|
+
|
|
5867
5905
|
# Optional. For file formats, such as MXF or MKV, supporting multiple audio
|
|
5868
5906
|
# tracks, specify up to two tracks. Default: track 0.
|
|
5869
5907
|
# Corresponds to the JSON property `audioTracks`
|
|
@@ -5943,6 +5981,7 @@ module Google
|
|
|
5943
5981
|
|
|
5944
5982
|
# Update properties of this object
|
|
5945
5983
|
def update!(**args)
|
|
5984
|
+
@audio_output_uri_prefix = args[:audio_output_uri_prefix] if args.key?(:audio_output_uri_prefix)
|
|
5946
5985
|
@audio_tracks = args[:audio_tracks] if args.key?(:audio_tracks)
|
|
5947
5986
|
@diarization_speaker_count = args[:diarization_speaker_count] if args.key?(:diarization_speaker_count)
|
|
5948
5987
|
@enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation)
|
|
@@ -6566,6 +6605,13 @@ module Google
|
|
|
6566
6605
|
# @return [String]
|
|
6567
6606
|
attr_accessor :end_time
|
|
6568
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
|
+
|
|
6569
6615
|
# Output only. A distinct integer value is assigned for every speaker within the
|
|
6570
6616
|
# audio. This field specifies which one of those speakers was detected to have
|
|
6571
6617
|
# spoken this word. Value ranges from 1 up to diarization_speaker_count, and is
|
|
@@ -6595,6 +6641,7 @@ module Google
|
|
|
6595
6641
|
def update!(**args)
|
|
6596
6642
|
@confidence = args[:confidence] if args.key?(:confidence)
|
|
6597
6643
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
6644
|
+
@speaker_label = args[:speaker_label] if args.key?(:speaker_label)
|
|
6598
6645
|
@speaker_tag = args[:speaker_tag] if args.key?(:speaker_tag)
|
|
6599
6646
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
6600
6647
|
@word = args[:word] if args.key?(:word)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module VideointelligenceV1p3beta1
|
|
18
18
|
# Version of the google-apis-videointelligence_v1p3beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.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 = "
|
|
25
|
+
REVISION = "20260304"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1479,6 +1479,7 @@ module Google
|
|
|
1479
1479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1480
1480
|
property :confidence, as: 'confidence'
|
|
1481
1481
|
property :end_time, as: 'endTime'
|
|
1482
|
+
property :speaker_label, as: 'speakerLabel'
|
|
1482
1483
|
property :speaker_tag, as: 'speakerTag'
|
|
1483
1484
|
property :start_time, as: 'startTime'
|
|
1484
1485
|
property :word, as: 'word'
|
|
@@ -1838,6 +1839,7 @@ module Google
|
|
|
1838
1839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1839
1840
|
property :confidence, as: 'confidence'
|
|
1840
1841
|
property :end_time, as: 'endTime'
|
|
1842
|
+
property :speaker_label, as: 'speakerLabel'
|
|
1841
1843
|
property :speaker_tag, as: 'speakerTag'
|
|
1842
1844
|
property :start_time, as: 'startTime'
|
|
1843
1845
|
property :word, as: 'word'
|
|
@@ -2197,6 +2199,7 @@ module Google
|
|
|
2197
2199
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2198
2200
|
property :confidence, as: 'confidence'
|
|
2199
2201
|
property :end_time, as: 'endTime'
|
|
2202
|
+
property :speaker_label, as: 'speakerLabel'
|
|
2200
2203
|
property :speaker_tag, as: 'speakerTag'
|
|
2201
2204
|
property :start_time, as: 'startTime'
|
|
2202
2205
|
property :word, as: 'word'
|
|
@@ -2556,6 +2559,7 @@ module Google
|
|
|
2556
2559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2557
2560
|
property :confidence, as: 'confidence'
|
|
2558
2561
|
property :end_time, as: 'endTime'
|
|
2562
|
+
property :speaker_label, as: 'speakerLabel'
|
|
2559
2563
|
property :speaker_tag, as: 'speakerTag'
|
|
2560
2564
|
property :start_time, as: 'startTime'
|
|
2561
2565
|
property :word, as: 'word'
|
|
@@ -2902,6 +2906,7 @@ module Google
|
|
|
2902
2906
|
class GoogleCloudVideointelligenceV1p3beta1SpeechTranscriptionConfig
|
|
2903
2907
|
# @private
|
|
2904
2908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2909
|
+
property :audio_output_uri_prefix, as: 'audioOutputUriPrefix'
|
|
2905
2910
|
collection :audio_tracks, as: 'audioTracks'
|
|
2906
2911
|
property :diarization_speaker_count, as: 'diarizationSpeakerCount'
|
|
2907
2912
|
property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
|
|
@@ -3098,6 +3103,7 @@ module Google
|
|
|
3098
3103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3099
3104
|
property :confidence, as: 'confidence'
|
|
3100
3105
|
property :end_time, as: 'endTime'
|
|
3106
|
+
property :speaker_label, as: 'speakerLabel'
|
|
3101
3107
|
property :speaker_tag, as: 'speakerTag'
|
|
3102
3108
|
property :start_time, as: 'startTime'
|
|
3103
3109
|
property :word, as: 'word'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-videointelligence_v1p3beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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_v1p3beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p3beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1p3beta1/v0.26.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1p3beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|