diff options
Diffstat (limited to 'third_party/googleapis/google/cloud/speech/v1p1beta1/speech_v1p1beta1.yaml')
| -rw-r--r-- | third_party/googleapis/google/cloud/speech/v1p1beta1/speech_v1p1beta1.yaml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/third_party/googleapis/google/cloud/speech/v1p1beta1/speech_v1p1beta1.yaml b/third_party/googleapis/google/cloud/speech/v1p1beta1/speech_v1p1beta1.yaml new file mode 100644 index 0000000..e45954e --- /dev/null +++ b/third_party/googleapis/google/cloud/speech/v1p1beta1/speech_v1p1beta1.yaml @@ -0,0 +1,50 @@ +type: google.api.Service +config_version: 3 +name: speech.googleapis.com +title: Cloud Speech-to-Text API + +apis: +- name: google.cloud.speech.v1p1beta1.Adaptation +- name: google.cloud.speech.v1p1beta1.Speech + +types: +- name: google.cloud.speech.v1p1beta1.LongRunningRecognizeMetadata +- name: google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse + +documentation: + summary: Converts audio to text by applying powerful neural network models. + overview: |- + # Introduction + + Google Cloud Speech API provides speech recognition as a service. + +backend: + rules: + - selector: 'google.cloud.speech.v1p1beta1.Adaptation.*' + deadline: 355.0 + - selector: 'google.cloud.speech.v1p1beta1.Speech.*' + deadline: 355.0 + - selector: 'google.longrunning.Operations.*' + deadline: 355.0 + +http: + rules: + - selector: google.longrunning.Operations.GetOperation + get: '/v1p1beta1/operations/{name=**}' + - selector: google.longrunning.Operations.ListOperations + get: /v1p1beta1/operations + +authentication: + rules: + - selector: 'google.cloud.speech.v1p1beta1.Adaptation.*' + oauth: + canonical_scopes: |- + https://www.googleapis.com/auth/cloud-platform + - selector: 'google.cloud.speech.v1p1beta1.Speech.*' + oauth: + canonical_scopes: |- + https://www.googleapis.com/auth/cloud-platform + - selector: 'google.longrunning.Operations.*' + oauth: + canonical_scopes: |- + https://www.googleapis.com/auth/cloud-platform |
