You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
743 B
35 lines
743 B
{ |
|
"methodConfig": [ |
|
{ |
|
"name": [ |
|
{ |
|
"service": "google.cloud.speech.v1p1beta1.Speech", |
|
"method": "Recognize" |
|
}, |
|
{ |
|
"service": "google.cloud.speech.v1p1beta1.Speech", |
|
"method": "StreamingRecognize" |
|
} |
|
], |
|
"timeout": "5000s", |
|
"retryPolicy": { |
|
"initialBackoff": "0.100s", |
|
"maxBackoff": "60s", |
|
"backoffMultiplier": 1.3, |
|
"retryableStatusCodes": [ |
|
"DEADLINE_EXCEEDED", |
|
"UNAVAILABLE" |
|
] |
|
} |
|
}, |
|
{ |
|
"name": [ |
|
{ |
|
"service": "google.cloud.speech.v1p1beta1.Speech", |
|
"method": "LongRunningRecognize" |
|
} |
|
], |
|
"timeout": "5000s" |
|
} |
|
] |
|
}
|
|
|