google-cloud-speech-v2 1.2.0 → 1.2.1

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: 223e085948e8d70dce2730b7242ad035a199a2380c0cdf7ef58e3dbfae569e75
4
- data.tar.gz: 6d285b385862fbb41c27d0edf58f040e29cc86eafa9a11585da01f04e494cec6
3
+ metadata.gz: 67105266c9c7c3ffc5c27347008f87e0bff092f29c5c8a9cdb45fb2f0a825892
4
+ data.tar.gz: 4e73c2eec064fb3eea3b19ec541620698f475cf27caa5a5a26fac252918e8c85
5
5
  SHA512:
6
- metadata.gz: 6349eb68138f41a5c960db380c39de2488d765d9fdaf96a8367e9331eb867b57c8d01d3ef98253df0b33f518c6327cab538d8afae918acf290b2f47e6fc46320
7
- data.tar.gz: 1212c3ec13184417ab2e9ec76a4972c0e5dc5cc24c4baa63722ddbe271a36e0563b36ad52fafebb596fcea053a97f6dcfa3b5f3c6e5afb677320201d6a889c63
6
+ metadata.gz: 53b706e797b34e113fc1024bd63c28367b74b8bac30e5bc587ebe018b5e08bf70ad404ef12d96e42b619207e10a5aee7148383d2da8e1b42185b738a01c2a61e
7
+ data.tar.gz: a6c5e11ebaf41d150dc3fded4144ed1276bd18299dd0d4a551bb334477c4c05bfdcbd0986a569afa94fb9c0b2b8d0e321aeb8a0799d7e5616121ed5140c2cf89
@@ -880,7 +880,7 @@ module Google
880
880
  # with all bytes fields, proto buffers use a pure binary representation,
881
881
  # whereas JSON representations use base64.
882
882
  #
883
- # Note: The following fields are mutually exclusive: `content`, `uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
883
+ # Note: The following parameters are mutually exclusive: `content`, `uri`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
884
884
  # @param uri [::String]
885
885
  # URI that points to a file that contains audio data bytes as specified in
886
886
  # {::Google::Cloud::Speech::V2::RecognitionConfig RecognitionConfig}. The file
@@ -891,7 +891,7 @@ module Google
891
891
  # information, see [Request
892
892
  # URIs](https://cloud.google.com/storage/docs/reference-uris).
893
893
  #
894
- # Note: The following fields are mutually exclusive: `uri`, `content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
894
+ # Note: The following parameters are mutually exclusive: `uri`, `content`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
895
895
  #
896
896
  # @yield [response, operation] Access the result along with the RPC operation
897
897
  # @yieldparam response [::Google::Cloud::Speech::V2::RecognizeResponse]
@@ -832,7 +832,7 @@ module Google
832
832
  # with all bytes fields, proto buffers use a pure binary representation,
833
833
  # whereas JSON representations use base64.
834
834
  #
835
- # Note: The following fields are mutually exclusive: `content`, `uri`. If a field in that set is populated, all other fields in the set will automatically be cleared.
835
+ # Note: The following parameters are mutually exclusive: `content`, `uri`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
836
836
  # @param uri [::String]
837
837
  # URI that points to a file that contains audio data bytes as specified in
838
838
  # {::Google::Cloud::Speech::V2::RecognitionConfig RecognitionConfig}. The file
@@ -843,7 +843,7 @@ module Google
843
843
  # information, see [Request
844
844
  # URIs](https://cloud.google.com/storage/docs/reference-uris).
845
845
  #
846
- # Note: The following fields are mutually exclusive: `uri`, `content`. If a field in that set is populated, all other fields in the set will automatically be cleared.
846
+ # Note: The following parameters are mutually exclusive: `uri`, `content`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
847
847
  # @yield [result, operation] Access the result along with the TransportOperation object
848
848
  # @yieldparam result [::Google::Cloud::Speech::V2::RecognizeResponse]
849
849
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V2
24
- VERSION = "1.2.0"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC