Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.34k stars 1.98k forks source link

[BUG] Missing object detection - Analyze Image - Computer Vision #5731

Closed wiazur closed 4 years ago

wiazur commented 5 years ago

Describe the bug The object detection property of the ImageAnalysis class is missing in the SDK source code for the Analyze Image method (returns ImageAnalysis) in Computer Vision. Other languages for Computer Vision have this property, for example,

C#, they have an Objects property: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cognitiveservices.vision.computervision.models.imageanalysis?view=azure-dotnet

Node.js has an objects property: https://docs.microsoft.com/en-us/javascript/api/azure-cognitiveservices-computervision/imageanalysis?view=azure-node-latest

Python has an objects property: https://docs.microsoft.com/en-us/python/api/azure-cognitiveservices-vision-computervision/azure.cognitiveservices.vision.computervision.models.imageanalysis?view=azure-python

Java, however, does not have an objects property: https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.cognitiveservices.vision.computervision.models.imageanalysis?view=azure-java-stable

We are aware the Java SDK has had update problems, so is this a property in the latest versions of the SDK? If not, we'd like to request it be added. Thanks.

ghost commented 5 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @dfulcer

ghost commented 5 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @dfulcer

wiazur commented 4 years ago

Looks like the object detection feature will be in the new SDK version 1.1.0-preview.1 (currently not released in Maven yet).