Skip to content

Commit 1ad4cbe

Browse files
feat(speech): update the api
#### speech:v1 The following keys were added: - schemas.RecognizeResponse.properties.usingLegacyModels.type (Total Keys: 1) #### speech:v1p1beta1 The following keys were added: - schemas.RecognizeResponse.properties.usingLegacyModels.type (Total Keys: 1)
1 parent 7d9dc18 commit 1ad4cbe

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/dyn/speech_v1.speech.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ <h3>Method Details</h3>
407407
&quot;timeoutMessage&quot;: &quot;A String&quot;, # If set, returns a message specifying which part of the speech adaptation request timed out.
408408
},
409409
&quot;totalBilledTime&quot;: &quot;A String&quot;, # When available, billed audio seconds for the corresponding request.
410+
&quot;usingLegacyModels&quot;: True or False, # Whether request used legacy asr models (was not automatically migrated to use conformer models).
410411
}</pre>
411412
</div>
412413

docs/dyn/speech_v1p1beta1.speech.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ <h3>Method Details</h3>
413413
&quot;timeoutMessage&quot;: &quot;A String&quot;, # If set, returns a message specifying which part of the speech adaptation request timed out.
414414
},
415415
&quot;totalBilledTime&quot;: &quot;A String&quot;, # When available, billed audio seconds for the corresponding request.
416+
&quot;usingLegacyModels&quot;: True or False, # Whether request used legacy asr models (was not automatically migrated to use conformer models).
416417
}</pre>
417418
</div>
418419

googleapiclient/discovery_cache/documents/speech.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
}
525525
}
526526
},
527-
"revision": "20231213",
527+
"revision": "20240112",
528528
"rootUrl": "https://speech.googleapis.com/",
529529
"schemas": {
530530
"ABNFGrammar": {
@@ -1246,6 +1246,10 @@
12461246
"description": "When available, billed audio seconds for the corresponding request.",
12471247
"format": "google-duration",
12481248
"type": "string"
1249+
},
1250+
"usingLegacyModels": {
1251+
"description": "Whether request used legacy asr models (was not automatically migrated to use conformer models).",
1252+
"type": "boolean"
12491253
}
12501254
},
12511255
"type": "object"

googleapiclient/discovery_cache/documents/speech.v1p1beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
}
525525
}
526526
},
527-
"revision": "20231213",
527+
"revision": "20240112",
528528
"rootUrl": "https://speech.googleapis.com/",
529529
"schemas": {
530530
"ABNFGrammar": {
@@ -1268,6 +1268,10 @@
12681268
"description": "When available, billed audio seconds for the corresponding request.",
12691269
"format": "google-duration",
12701270
"type": "string"
1271+
},
1272+
"usingLegacyModels": {
1273+
"description": "Whether request used legacy asr models (was not automatically migrated to use conformer models).",
1274+
"type": "boolean"
12711275
}
12721276
},
12731277
"type": "object"

0 commit comments

Comments
 (0)