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
{{ message }}
This repository was archived by the owner on Jun 10, 2026. It is now read-only.
I want to image describe function in different language.
When using image describe python API I can use as following description_results = computervision_client.describe_image(remote_image_url,max_candidates=1 , language="ja" )
but in android SDK there is no such API to set image describe language.
I want to image describe function in different language.
When using image describe python API I can use as following
description_results = computervision_client.describe_image(remote_image_url,max_candidates=1 , language="ja" )but in android SDK there is no such API to set image describe language.