google-cloud-speech-v1p1beta1 0.3.2 → 0.3.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: 4346e0f1d24fb7d748af745981651fcdc69ad0bad4b9e46e05c2452729bebf8d
4
- data.tar.gz: f1d01875e5f50421676da998da6eea4bb252c5d723c149c77ac185fae8d87c50
3
+ metadata.gz: 42616764a29c9b8c6dd1ce6a85241f8d8532cd8b05051ac93975b8545f04b172
4
+ data.tar.gz: 4bd75d47388dd57fc6b05811998cf3f474dcfc5d5761d23450cf1bb287b6c41d
5
5
  SHA512:
6
- metadata.gz: 5bf7d968edd3157914404a1063fe3750c41a1fdcdf49d2964ec2b19a65f0d41c1c512c88e2eebe1104bdc48528f74d01ecc693c4cdeed5629dbc085227d0bbcf
7
- data.tar.gz: 9c43926b71f33744fcf3321566d064d0ea65cbbe325502705c947ac061271a743b5f41c7be1a9583a920df48de5bb00234729d277f402ea1fd5bef6d84a1ec86
6
+ metadata.gz: d82a6fe5773efce643280987bad63651947ce4a785c2eaafb3b06a446383c12a0120f9dac1c656f4990d92002eef5d92838b4fc280491222a170d2a04b90dc8a
7
+ data.tar.gz: e813a06d6c6eab529ce195c79a506113e252d1d6cfbc02a5ecb14f6f94774d79358fd7ede8925c8c47696eed96cbf9f5aaa8444628e7e57cda6da786ff796c96
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-v1p1beta1/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 V1p1beta1
24
- VERSION = "0.3.2"
24
+ VERSION = "0.3.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-v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.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