google-cloud-speech-v1 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a91dbd00e663385a4b27885d67fdb643f423cf8e67fee787eacefd322d436a73
4
- data.tar.gz: f9b73c3c625f0bb6ae489d6e89ef947aa5d4377eddd542136460f14aadf7ed50
3
+ metadata.gz: 03dd454bfcf963460177c9944eeadcdbed393a80a96676b2a1b8b3867eb9bd6c
4
+ data.tar.gz: a6208042aecd91d3bc521b8c71ef160ccfba97cc9a7ce7c0d8a2a23dd73dd3f2
5
5
  SHA512:
6
- metadata.gz: 8d250f303114b6e9831da889076f9e481dec4d0642fe123df844e454648add61656cf73148c740960022c0b84dda8d866aaecaf43e209f26670fc13ee374a043
7
- data.tar.gz: 5f8e78b7207c3b767da40dd9544f9aa7b6d50bc54fa8b491c9914466df9c319f4288d702b96f21304c3023a2763b2d1911f8a24d8eb3c14666cff9aad3af5438
6
+ metadata.gz: 0aaf4e89aea932bda0298e106c1a1309afb114415c89a6bd8a4148e5a6038e459009eb4c3ad2dac23f9969991c7e2137534346aa9250275799721c825c37d833
7
+ data.tar.gz: f747b50b3617d469fbf6ad1fed336cfe74a085847149ebf071a68296180dc5fc75bbe5237829607408e7ffb164286c6acdaccaad62465e1423e2717473527c9d
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/speech.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.recognize request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-speech-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/speech-to-text)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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-05 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common