Skip to content

Commit 601afcf

Browse files
feat(speech): update the api
#### speech:v1 The following keys were added: - schemas.LongRunningRecognizeResponse.properties.totalBilledTime (Total Keys: 2) - schemas.RecognizeResponse.properties.totalBilledTime (Total Keys: 2) #### speech:v1p1beta1 The following keys were added: - schemas.LongRunningRecognizeResponse.properties.totalBilledTime (Total Keys: 2) - schemas.RecognizeResponse.properties.totalBilledTime (Total Keys: 2)
1 parent 150aee6 commit 601afcf

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

docs/dyn/speech_v1.speech.html

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ <h3>Method Details</h3>
248248
&quot;channelTag&quot;: 42, # For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from &#x27;1&#x27; to &#x27;N&#x27;.
249249
},
250250
],
251+
&quot;totalBilledTime&quot;: &quot;A String&quot;, # When available, billed audio seconds for the corresponding request.
251252
}</pre>
252253
</div>
253254

docs/dyn/speech_v1p1beta1.speech.html

+1
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ <h3>Method Details</h3>
329329
&quot;languageCode&quot;: &quot;A String&quot;, # Output only. The [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag of the language in this result. This language code was detected to have the most likelihood of being spoken in the audio.
330330
},
331331
],
332+
&quot;totalBilledTime&quot;: &quot;A String&quot;, # When available, billed audio seconds for the corresponding request.
332333
}</pre>
333334
</div>
334335

googleapiclient/discovery_cache/documents/speech.v1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
}
213213
}
214214
},
215-
"revision": "20210726",
215+
"revision": "20210730",
216216
"rootUrl": "https://speech.googleapis.com/",
217217
"schemas": {
218218
"ListOperationsResponse": {
@@ -285,6 +285,11 @@
285285
"$ref": "SpeechRecognitionResult"
286286
},
287287
"type": "array"
288+
},
289+
"totalBilledTime": {
290+
"description": "When available, billed audio seconds for the corresponding request.",
291+
"format": "google-duration",
292+
"type": "string"
288293
}
289294
},
290295
"type": "object"
@@ -556,6 +561,11 @@
556561
"$ref": "SpeechRecognitionResult"
557562
},
558563
"type": "array"
564+
},
565+
"totalBilledTime": {
566+
"description": "When available, billed audio seconds for the corresponding request.",
567+
"format": "google-duration",
568+
"type": "string"
559569
}
560570
},
561571
"type": "object"

googleapiclient/discovery_cache/documents/speech.v1p1beta1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
}
525525
}
526526
},
527-
"revision": "20210726",
527+
"revision": "20210730",
528528
"rootUrl": "https://speech.googleapis.com/",
529529
"schemas": {
530530
"ClassItem": {
@@ -719,6 +719,11 @@
719719
"$ref": "SpeechRecognitionResult"
720720
},
721721
"type": "array"
722+
},
723+
"totalBilledTime": {
724+
"description": "When available, billed audio seconds for the corresponding request.",
725+
"format": "google-duration",
726+
"type": "string"
722727
}
723728
},
724729
"type": "object"
@@ -1070,6 +1075,11 @@
10701075
"$ref": "SpeechRecognitionResult"
10711076
},
10721077
"type": "array"
1078+
},
1079+
"totalBilledTime": {
1080+
"description": "When available, billed audio seconds for the corresponding request.",
1081+
"format": "google-duration",
1082+
"type": "string"
10731083
}
10741084
},
10751085
"type": "object"

googleapiclient/discovery_cache/documents/speech.v2beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
}
185185
}
186186
},
187-
"revision": "20210726",
187+
"revision": "20210730",
188188
"rootUrl": "https://speech.googleapis.com/",
189189
"schemas": {
190190
"ListOperationsResponse": {

0 commit comments

Comments
 (0)