We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29b70d commit 081791eCopy full SHA for 081791e
vision/cloud-client/detect/beta_snippets.py
@@ -362,7 +362,7 @@ def web_entities_include_geo_results_uri(uri):
362
args = parser.parse_args()
363
364
if args.command == 'web-entities':
365
- web_entities_include_geo_results_file(args.path)
+ web_entities_include_geo_results(args.path)
366
elif args.command == 'web-entities-uri':
367
web_entities_include_geo_results_uri(args.uri)
368
elif args.command == 'detect-document':
0 commit comments