xref: /aosp_15_r20/external/googleapis/google/cloud/speech/v1/speech_v1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: speech.googleapis.com
4title: Cloud Speech-to-Text API
5
6apis:
7- name: google.cloud.speech.v1.Adaptation
8- name: google.cloud.speech.v1.Speech
9- name: google.longrunning.Operations
10
11types:
12- name: google.cloud.speech.v1.LongRunningRecognizeMetadata
13- name: google.cloud.speech.v1.LongRunningRecognizeResponse
14
15documentation:
16  summary: Converts audio to text by applying powerful neural network models.
17  overview: |-
18    # Introduction
19
20    Google Cloud Speech API provides speech recognition as a service.
21
22backend:
23  rules:
24  - selector: 'google.cloud.speech.v1.Adaptation.*'
25    deadline: 355.0
26  - selector: 'google.cloud.speech.v1.Speech.*'
27    deadline: 355.0
28  - selector: 'google.longrunning.Operations.*'
29    deadline: 355.0
30
31http:
32  rules:
33  - selector: google.longrunning.Operations.GetOperation
34    get: '/v1/operations/{name=**}'
35  - selector: google.longrunning.Operations.ListOperations
36    get: /v1/operations
37
38authentication:
39  rules:
40  - selector: 'google.cloud.speech.v1.Adaptation.*'
41    oauth:
42      canonical_scopes: |-
43        https://www.googleapis.com/auth/cloud-platform
44  - selector: 'google.cloud.speech.v1.Speech.*'
45    oauth:
46      canonical_scopes: |-
47        https://www.googleapis.com/auth/cloud-platform
48  - selector: 'google.longrunning.Operations.*'
49    oauth:
50      canonical_scopes: |-
51        https://www.googleapis.com/auth/cloud-platform
52