google-cloud-speech-v1p1beta1 0.3.3 → 0.3.4

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: 42616764a29c9b8c6dd1ce6a85241f8d8532cd8b05051ac93975b8545f04b172
4
- data.tar.gz: 4bd75d47388dd57fc6b05811998cf3f474dcfc5d5761d23450cf1bb287b6c41d
3
+ metadata.gz: 2a7d36a6b4cca7e0ddeb2ebe2f047f527f80d35c2716e2e3b1d1d05af8fee913
4
+ data.tar.gz: 1b3d02f922b52450d6c81e4571624d416989bf87ee58ab948cbd2dab2d446081
5
5
  SHA512:
6
- metadata.gz: d82a6fe5773efce643280987bad63651947ce4a785c2eaafb3b06a446383c12a0120f9dac1c656f4990d92002eef5d92838b4fc280491222a170d2a04b90dc8a
7
- data.tar.gz: e813a06d6c6eab529ce195c79a506113e252d1d6cfbc02a5ecb14f6f94774d79358fd7ede8925c8c47696eed96cbf9f5aaa8444628e7e57cda6da786ff796c96
6
+ metadata.gz: 649391dfa060f9ae0ea83d8514c584c57fa9504fa8c8f9e46943150a6d2ef57ffe506bdd8e763a0e16373a5486cf8ffd3e4949194e33b7ea027faaf6f3558d79
7
+ data.tar.gz: f5fb885007ba53979d48bb683a35f76ef6614f871abf38b72363a91556560206799ba28d2b610066f5d9937b594ddca9c405273913b22a93b714a0562df56907
@@ -35,17 +35,17 @@ module Google
35
35
 
36
36
  # Performs synchronous speech recognition: receive results after all audio
37
37
  # has been sent and processed.
38
- rpc :Recognize, RecognizeRequest, RecognizeResponse
38
+ rpc :Recognize, Google::Cloud::Speech::V1p1beta1::RecognizeRequest, Google::Cloud::Speech::V1p1beta1::RecognizeResponse
39
39
  # Performs asynchronous speech recognition: receive results via the
40
40
  # google.longrunning.Operations interface. Returns either an
41
41
  # `Operation.error` or an `Operation.response` which contains
42
42
  # a `LongRunningRecognizeResponse` message.
43
43
  # For more information on asynchronous speech recognition, see the
44
44
  # [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
45
- rpc :LongRunningRecognize, LongRunningRecognizeRequest, Google::Longrunning::Operation
45
+ rpc :LongRunningRecognize, Google::Cloud::Speech::V1p1beta1::LongRunningRecognizeRequest, Google::Longrunning::Operation
46
46
  # Performs bidirectional streaming speech recognition: receive results while
47
47
  # sending audio. This method is only available via the gRPC API (not REST).
48
- rpc :StreamingRecognize, stream(StreamingRecognizeRequest), stream(StreamingRecognizeResponse)
48
+ rpc :StreamingRecognize, stream(Google::Cloud::Speech::V1p1beta1::StreamingRecognizeRequest), stream(Google::Cloud::Speech::V1p1beta1::StreamingRecognizeResponse)
49
49
  end
50
50
 
51
51
  Stub = Service.rpc_stub_class
@@ -70,7 +70,7 @@ module Google
70
70
  initial_delay: 0.1,
71
71
  max_delay: 60.0,
72
72
  multiplier: 1.3,
73
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
73
+ retry_codes: [4, 14]
74
74
  }
75
75
 
76
76
  default_config.rpcs.long_running_recognize.timeout = 5000.0
@@ -80,7 +80,7 @@ module Google
80
80
  initial_delay: 0.1,
81
81
  max_delay: 60.0,
82
82
  multiplier: 1.3,
83
- retry_codes: ["DEADLINE_EXCEEDED", "UNAVAILABLE"]
83
+ retry_codes: [4, 14]
84
84
  }
85
85
 
86
86
  default_config
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1p1beta1
24
- VERSION = "0.3.3"
24
+ VERSION = "0.3.4"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2020-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.2'
19
+ version: '0.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.2'
26
+ version: '0.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-errors
29
29
  requirement: !ruby/object:Gem::Requirement