()
| 345 | return vision |
| 346 | |
| 347 | def init(): |
| 348 | init_bigquery() |
| 349 | init_gcs() |
| 350 | init_translation_v2() |
| 351 | init_translation_v3() |
| 352 | init_natural_language() |
| 353 | init_video_intelligence() |
| 354 | init_vision() |
| 355 | init_ucaip() |
| 356 | |
| 357 | # We need to initialize the monkeypatching of the client libraries |
| 358 | # here since there is a circular dependency between our import hook version |
no test coverage detected