Skip to content

Commit

Permalink
feat(speech): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jan 16, 2024
1 parent 7d9dc18 commit 1ad4cbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/dyn/speech_v1.speech.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ <h3>Method Details</h3>
&quot;timeoutMessage&quot;: &quot;A String&quot;, # If set, returns a message specifying which part of the speech adaptation request timed out.
},
&quot;totalBilledTime&quot;: &quot;A String&quot;, # When available, billed audio seconds for the corresponding request.
&quot;usingLegacyModels&quot;: True or False, # Whether request used legacy asr models (was not automatically migrated to use conformer models).
}</pre>
</div>

Expand Down
1 change: 1 addition & 0 deletions docs/dyn/speech_v1p1beta1.speech.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ <h3>Method Details</h3>
&quot;timeoutMessage&quot;: &quot;A String&quot;, # If set, returns a message specifying which part of the speech adaptation request timed out.
},
&quot;totalBilledTime&quot;: &quot;A String&quot;, # When available, billed audio seconds for the corresponding request.
&quot;usingLegacyModels&quot;: True or False, # Whether request used legacy asr models (was not automatically migrated to use conformer models).
}</pre>
</div>

Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/speech.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
}
}
},
"revision": "20231213",
"revision": "20240112",
"rootUrl": "https://speech.googleapis.com/",
"schemas": {
"ABNFGrammar": {
Expand Down Expand Up @@ -1246,6 +1246,10 @@
"description": "When available, billed audio seconds for the corresponding request.",
"format": "google-duration",
"type": "string"
},
"usingLegacyModels": {
"description": "Whether request used legacy asr models (was not automatically migrated to use conformer models).",
"type": "boolean"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
}
}
},
"revision": "20231213",
"revision": "20240112",
"rootUrl": "https://speech.googleapis.com/",
"schemas": {
"ABNFGrammar": {
Expand Down Expand Up @@ -1268,6 +1268,10 @@
"description": "When available, billed audio seconds for the corresponding request.",
"format": "google-duration",
"type": "string"
},
"usingLegacyModels": {
"description": "Whether request used legacy asr models (was not automatically migrated to use conformer models).",
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit 1ad4cbe

Please sign in to comment.