You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
retry (Optional[google.api_core.retry.Retry]): A retry object used
308
-
to retry requests. If ``None`` is specified, requests will not
309
-
be retried.
308
+
to retry requests. If ``None`` is specified, requests will
309
+
be retried using a default configuration.
310
310
timeout (Optional[float]): The amount of time, in seconds, to wait
311
311
for the request to complete. Note that if ``retry`` is
312
312
specified, the timeout applies to each individual attempt.
@@ -376,8 +376,8 @@ def streaming_recognize(
376
376
requests (iterator[dict|google.cloud.speech_v1.proto.cloud_speech_pb2.StreamingRecognizeRequest]): The input objects. If a dict is provided, it must be of the
377
377
same form as the protobuf message :class:`~google.cloud.speech_v1.types.StreamingRecognizeRequest`
378
378
retry (Optional[google.api_core.retry.Retry]): A retry object used
379
-
to retry requests. If ``None`` is specified, requests will not
380
-
be retried.
379
+
to retry requests. If ``None`` is specified, requests will
380
+
be retried using a default configuration.
381
381
timeout (Optional[float]): The amount of time, in seconds, to wait
382
382
for the request to complete. Note that if ``retry`` is
383
383
specified, the timeout applies to each individual attempt.
retry (Optional[google.api_core.retry.Retry]): A retry object used
308
-
to retry requests. If ``None`` is specified, requests will not
309
-
be retried.
308
+
to retry requests. If ``None`` is specified, requests will
309
+
be retried using a default configuration.
310
310
timeout (Optional[float]): The amount of time, in seconds, to wait
311
311
for the request to complete. Note that if ``retry`` is
312
312
specified, the timeout applies to each individual attempt.
@@ -376,8 +376,8 @@ def streaming_recognize(
376
376
requests (iterator[dict|google.cloud.speech_v1p1beta1.proto.cloud_speech_pb2.StreamingRecognizeRequest]): The input objects. If a dict is provided, it must be of the
377
377
same form as the protobuf message :class:`~google.cloud.speech_v1p1beta1.types.StreamingRecognizeRequest`
378
378
retry (Optional[google.api_core.retry.Retry]): A retry object used
379
-
to retry requests. If ``None`` is specified, requests will not
380
-
be retried.
379
+
to retry requests. If ``None`` is specified, requests will
380
+
be retried using a default configuration.
381
381
timeout (Optional[float]): The amount of time, in seconds, to wait
382
382
for the request to complete. Note that if ``retry`` is
383
383
specified, the timeout applies to each individual attempt.
0 commit comments