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 'Brand Detection' property from ImageAnalysis class #5796

Closed wiazur closed 4 years ago

wiazur commented 5 years ago

Describe the bug Missing 'Brand Detection" property from ImageAnalysis class

The Java SDK seems to be missing a property in the ImageAnalysis class that is present in other languages SDKs for the Computer Vision service.

C# has a 'Brands' property: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.cognitiveservices.vision.computervision.models.imageanalysis?view=azure-dotnet

JavaScript has a 'brands' property: https://docs.microsoft.com/en-us/javascript/api/azure-cognitiveservices-computervision/imageanalysis?view=azure-node-latest

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

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

ChrisHMSFT commented 5 years ago

Hey Winona,

Thanks for reporting -- we are investigating updating the SDK and will respond back shortly with an update

Thanks, Chris

wiazur commented 4 years ago

The brand detection property from the Computer Vision SDK ImageAnalysis class has been included in the new SDK 1.1.0-preview.1 version. It is not yet released in Maven, so once it gets released, the samples will be updated.