speech_v2.yaml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. type: google.api.Service
  2. config_version: 3
  3. name: speech.googleapis.com
  4. title: Cloud Speech-to-Text API
  5. apis:
  6. - name: google.cloud.speech.v2.Speech
  7. - name: google.longrunning.Operations
  8. types:
  9. - name: google.cloud.speech.v2.AutoDetectDecodingConfig
  10. - name: google.cloud.speech.v2.BatchRecognizeResponse
  11. - name: google.cloud.speech.v2.Config
  12. - name: google.cloud.speech.v2.CustomClass
  13. - name: google.cloud.speech.v2.ExplicitDecodingConfig
  14. - name: google.cloud.speech.v2.OperationMetadata
  15. - name: google.cloud.speech.v2.PhraseSet
  16. - name: google.cloud.speech.v2.Recognizer
  17. - name: google.cloud.speech.v2.StreamingRecognitionResult
  18. documentation:
  19. summary: Converts audio to text by applying powerful neural network models.
  20. overview: |-
  21. # Introduction
  22. Google Cloud Speech API provides speech recognition as a service.
  23. backend:
  24. rules:
  25. - selector: 'google.cloud.speech.v2.Speech.*'
  26. deadline: 355.0
  27. - selector: 'google.longrunning.Operations.*'
  28. deadline: 355.0
  29. http:
  30. rules:
  31. - selector: google.longrunning.Operations.CancelOperation
  32. post: '/v2/{name=projects/*/locations/*/operations/*}:cancel'
  33. body: '*'
  34. - selector: google.longrunning.Operations.DeleteOperation
  35. delete: '/v2/{name=projects/*/locations/*/operations/*}'
  36. - selector: google.longrunning.Operations.GetOperation
  37. get: '/v2/{name=projects/*/locations/*/operations/*}'
  38. - selector: google.longrunning.Operations.ListOperations
  39. get: '/v2/{name=projects/*/locations/*}/operations'
  40. authentication:
  41. rules:
  42. - selector: 'google.cloud.speech.v2.Speech.*'
  43. oauth:
  44. canonical_scopes: |-
  45. https://www.googleapis.com/auth/cloud-platform
  46. - selector: 'google.longrunning.Operations.*'
  47. oauth:
  48. canonical_scopes: |-
  49. https://www.googleapis.com/auth/cloud-platform