You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.5 KiB
51 lines
1.5 KiB
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 |
|
- name: google.longrunning.Operations |
|
|
|
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
|
|
|