speech_grpc_service_config.json 743 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.speech.v1p1beta1.Speech",
  7. "method": "Recognize"
  8. },
  9. {
  10. "service": "google.cloud.speech.v1p1beta1.Speech",
  11. "method": "StreamingRecognize"
  12. }
  13. ],
  14. "timeout": "5000s",
  15. "retryPolicy": {
  16. "initialBackoff": "0.100s",
  17. "maxBackoff": "60s",
  18. "backoffMultiplier": 1.3,
  19. "retryableStatusCodes": [
  20. "DEADLINE_EXCEEDED",
  21. "UNAVAILABLE"
  22. ]
  23. }
  24. },
  25. {
  26. "name": [
  27. {
  28. "service": "google.cloud.speech.v1p1beta1.Speech",
  29. "method": "LongRunningRecognize"
  30. }
  31. ],
  32. "timeout": "5000s"
  33. }
  34. ]
  35. }