google-apis-speech_v1 0.9.0 → 0.10.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e1af37cd240879c02445c946f94a7b481b6efadb70bb8c21837b22326567bd8
|
4
|
+
data.tar.gz: 600246f7d6f761345e6ce8c6d19eb605f5e8bae0c855e6b66113b473d9bda94d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42bc295fe3a22c72081eadf0ec4894600590d5a9f769b67b41c34ef27123edd605a2305fdcf1379122aff994c9bc28378e1b0421533527dec36ffc97affa0d8f
|
7
|
+
data.tar.gz: 4caac8bbe96adf48fdee38198553b3129c166f1593bc66880dda369c6606bcd3940bd9425b6e3541c2ba9f6cb2bdb37067d2044b37f0b02b9e10cd8756afd09e
|
data/CHANGELOG.md
CHANGED
@@ -131,6 +131,21 @@ module Google
|
|
131
131
|
class LongRunningRecognizeResponse
|
132
132
|
include Google::Apis::Core::Hashable
|
133
133
|
|
134
|
+
# Specifies an optional destination for the recognition results.
|
135
|
+
# Corresponds to the JSON property `outputConfig`
|
136
|
+
# @return [Google::Apis::SpeechV1::TranscriptOutputConfig]
|
137
|
+
attr_accessor :output_config
|
138
|
+
|
139
|
+
# The `Status` type defines a logical error model that is suitable for different
|
140
|
+
# programming environments, including REST APIs and RPC APIs. It is used by [
|
141
|
+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
142
|
+
# data: error code, error message, and error details. You can find out more
|
143
|
+
# about this error model and how to work with it in the [API Design Guide](https:
|
144
|
+
# //cloud.google.com/apis/design/errors).
|
145
|
+
# Corresponds to the JSON property `outputError`
|
146
|
+
# @return [Google::Apis::SpeechV1::Status]
|
147
|
+
attr_accessor :output_error
|
148
|
+
|
134
149
|
# Sequential list of transcription results corresponding to sequential portions
|
135
150
|
# of audio.
|
136
151
|
# Corresponds to the JSON property `results`
|
@@ -148,6 +163,8 @@ module Google
|
|
148
163
|
|
149
164
|
# Update properties of this object
|
150
165
|
def update!(**args)
|
166
|
+
@output_config = args[:output_config] if args.key?(:output_config)
|
167
|
+
@output_error = args[:output_error] if args.key?(:output_error)
|
151
168
|
@results = args[:results] if args.key?(:results)
|
152
169
|
@total_billed_time = args[:total_billed_time] if args.key?(:total_billed_time)
|
153
170
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SpeechV1
|
18
18
|
# Version of the google-apis-speech_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210929"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -158,6 +158,10 @@ module Google
|
|
158
158
|
class LongRunningRecognizeResponse
|
159
159
|
# @private
|
160
160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
161
|
+
property :output_config, as: 'outputConfig', class: Google::Apis::SpeechV1::TranscriptOutputConfig, decorator: Google::Apis::SpeechV1::TranscriptOutputConfig::Representation
|
162
|
+
|
163
|
+
property :output_error, as: 'outputError', class: Google::Apis::SpeechV1::Status, decorator: Google::Apis::SpeechV1::Status::Representation
|
164
|
+
|
161
165
|
collection :results, as: 'results', class: Google::Apis::SpeechV1::SpeechRecognitionResult, decorator: Google::Apis::SpeechV1::SpeechRecognitionResult::Representation
|
162
166
|
|
163
167
|
property :total_billed_time, as: 'totalBilledTime'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-speech_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-speech_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|