microsoft / Cognitive-Vision-Android

Android SDK for the Microsoft Computer Vision API, part of Cognitive Services.
https://www.microsoft.com/cognitive-services/en-us/computer-vision-api
Other
139 stars 80 forks source link

how to set the language parameter at using image describe #44

Open hiSirius opened 4 years ago

hiSirius commented 4 years ago

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.