File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -294,10 +294,10 @@ def long_running_recognize(self,
294294 self ._inner_api_calls [
295295 'long_running_recognize' ] = google .api_core .gapic_v1 .method .wrap_method (
296296 self .transport .long_running_recognize ,
297- default_retry = self ._method_configs ['LongRunningRecognize' ]
298- . retry ,
299- default_timeout = self ._method_configs [
300- 'LongRunningRecognize' ].timeout ,
297+ default_retry = self ._method_configs ['LongRunningRecognize' ].
298+ retry ,
299+ default_timeout = self .
300+ _method_configs [ 'LongRunningRecognize' ].timeout ,
301301 client_info = self ._client_info ,
302302 )
303303
@@ -364,10 +364,10 @@ def streaming_recognize(self,
364364 self ._inner_api_calls [
365365 'streaming_recognize' ] = google .api_core .gapic_v1 .method .wrap_method (
366366 self .transport .streaming_recognize ,
367- default_retry = self ._method_configs [
368- 'StreamingRecognize' ]. retry ,
369- default_timeout = self ._method_configs ['StreamingRecognize' ]
370- . timeout ,
367+ default_retry = self ._method_configs ['StreamingRecognize' ].
368+ retry ,
369+ default_timeout = self ._method_configs ['StreamingRecognize' ].
370+ timeout ,
371371 client_info = self ._client_info ,
372372 )
373373
Original file line number Diff line number Diff line change @@ -294,10 +294,10 @@ def long_running_recognize(self,
294294 self ._inner_api_calls [
295295 'long_running_recognize' ] = google .api_core .gapic_v1 .method .wrap_method (
296296 self .transport .long_running_recognize ,
297- default_retry = self ._method_configs ['LongRunningRecognize' ]
298- . retry ,
299- default_timeout = self ._method_configs [
300- 'LongRunningRecognize' ].timeout ,
297+ default_retry = self ._method_configs ['LongRunningRecognize' ].
298+ retry ,
299+ default_timeout = self .
300+ _method_configs [ 'LongRunningRecognize' ].timeout ,
301301 client_info = self ._client_info ,
302302 )
303303
@@ -364,10 +364,10 @@ def streaming_recognize(self,
364364 self ._inner_api_calls [
365365 'streaming_recognize' ] = google .api_core .gapic_v1 .method .wrap_method (
366366 self .transport .streaming_recognize ,
367- default_retry = self ._method_configs [
368- 'StreamingRecognize' ]. retry ,
369- default_timeout = self ._method_configs ['StreamingRecognize' ]
370- . timeout ,
367+ default_retry = self ._method_configs ['StreamingRecognize' ].
368+ retry ,
369+ default_timeout = self ._method_configs ['StreamingRecognize' ].
370+ timeout ,
371371 client_info = self ._client_info ,
372372 )
373373
You can’t perform that action at this time.
0 commit comments