cloud_speech.yaml 687 B

12345678910111213141516171819202122232425262728293031
  1. # Google Cloud Speech API service configuration
  2. type: google.api.Service
  3. config_version: 3
  4. name: speech.googleapis.com
  5. title: Google Cloud Speech API
  6. documentation:
  7. summary:
  8. Google Cloud Speech API.
  9. apis:
  10. - name: google.cloud.speech.v1beta1.Speech
  11. # TODO get LRO API call support added for Speech
  12. #- name: google.longrunning.Operations
  13. # Pass origin and project RpcServerExtensions to the backend.
  14. context:
  15. rules:
  16. - selector: '*'
  17. requested:
  18. - google.rpc.context.ProjectContext
  19. - google.rpc.context.OriginContext
  20. # Auth section.
  21. authentication:
  22. rules:
  23. - selector: '*'
  24. oauth:
  25. canonical_scopes: https://www.googleapis.com/auth/cloud-platform