googleapis.com – speech
Converts audio to text by applying powerful neural network models.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:speech/v1.json
- Provider
- googleapis.com:speech / speech
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/speech/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/speech/v1/openapi.yaml
Tools (13)
Extracted live via the executor SDK.
-
operations.speechOperationsGetGets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
-
operations.speechOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. -
projects.speechProjectsLocationsCustomClassesCreateCreate a custom class.
-
projects.speechProjectsLocationsCustomClassesListList custom classes.
-
projects.speechProjectsLocationsPhraseSetsCreateCreate a set of phrase hints. Each item in the set can be a single word or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you send a call that includes the PhraseSet.
-
projects.speechProjectsLocationsPhraseSetsDeleteDelete a phrase set.
-
projects.speechProjectsLocationsPhraseSetsGetGet a phrase set.
-
projects.speechProjectsLocationsPhraseSetsListList phrase sets.
-
projects.speechProjectsLocationsPhraseSetsPatchUpdate a phrase set.
-
speech.speechLongrunningrecognizePerforms asynchronous speech recognition: receive results via the google.longrunning.Operations interface. Returns either an
Operation.erroror anOperation.responsewhich contains aLongRunningRecognizeResponsemessage. For more information on asynchronous speech recognition, see the . -
speech.speechRecognizePerforms synchronous speech recognition: receive results after all audio has been sent and processed.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools