1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- type: google.api.Service
- config_version: 3
- name: speech.googleapis.com
- title: Cloud Speech-to-Text API
- apis:
- - name: google.cloud.speech.v2.Speech
- - name: google.longrunning.Operations
- types:
- - name: google.cloud.speech.v2.AutoDetectDecodingConfig
- - name: google.cloud.speech.v2.BatchRecognizeResponse
- - name: google.cloud.speech.v2.Config
- - name: google.cloud.speech.v2.CustomClass
- - name: google.cloud.speech.v2.ExplicitDecodingConfig
- - name: google.cloud.speech.v2.OperationMetadata
- - name: google.cloud.speech.v2.PhraseSet
- - name: google.cloud.speech.v2.Recognizer
- - name: google.cloud.speech.v2.StreamingRecognitionResult
- 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.v2.Speech.*'
- deadline: 355.0
- - selector: 'google.longrunning.Operations.*'
- deadline: 355.0
- http:
- rules:
- - selector: google.longrunning.Operations.CancelOperation
- post: '/v2/{name=projects/*/locations/*/operations/*}:cancel'
- body: '*'
- - selector: google.longrunning.Operations.DeleteOperation
- delete: '/v2/{name=projects/*/locations/*/operations/*}'
- - selector: google.longrunning.Operations.GetOperation
- get: '/v2/{name=projects/*/locations/*/operations/*}'
- - selector: google.longrunning.Operations.ListOperations
- get: '/v2/{name=projects/*/locations/*}/operations'
- authentication:
- rules:
- - selector: 'google.cloud.speech.v2.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
|