speech_v1.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.v1.Speech
  7. types:
  8. - name: google.cloud.speech.v1.LongRunningRecognizeMetadata
  9. - name: google.cloud.speech.v1.LongRunningRecognizeResponse
  10. documentation:
  11. summary: Converts audio to text by applying powerful neural network models.
  12. overview: |-
  13. # Introduction
  14. Google Cloud Speech API provides speech recognition as a service.
  15. backend:
  16. rules:
  17. - selector: 'google.cloud.speech.v1.Speech.*'
  18. deadline: 355.0
  19. - selector: 'google.longrunning.Operations.*'
  20. deadline: 355.0
  21. http:
  22. rules:
  23. - selector: google.longrunning.Operations.GetOperation
  24. get: '/v1/operations/{name=**}'
  25. additional_bindings:
  26. - get: '/v1/{name=projects/*/locations/*/operations/*}'
  27. - selector: google.longrunning.Operations.ListOperations
  28. get: /v1/operations
  29. additional_bindings:
  30. - get: '/v1/{name=projects/*/locations/*}/operations'
  31. authentication:
  32. rules:
  33. - selector: 'google.cloud.speech.v1.Speech.*'
  34. oauth:
  35. canonical_scopes: |-
  36. https://www.googleapis.com/auth/cloud-platform
  37. - selector: 'google.longrunning.Operations.*'
  38. oauth:
  39. canonical_scopes: |-
  40. https://www.googleapis.com/auth/cloud-platform