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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67105266c9c7c3ffc5c27347008f87e0bff092f29c5c8a9cdb45fb2f0a825892
|
4
|
+
data.tar.gz: 4e73c2eec064fb3eea3b19ec541620698f475cf27caa5a5a26fac252918e8c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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
|
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
|
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]
|