Azure / azure-sdk-for-net

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

ComputerVisionClient does not support 'readingOrder' parameter on ReadInStreamWithHttpMessagesAsync method #23678

Closed MilivojeMishikj closed 2 years ago

MilivojeMishikj commented 3 years ago

Library or service name. Library: Microsoft.Azure.CognitiveServices.Vision.ComputerVision, Version=7.0.0.0

When using the ReadInStreamWithHttpMessagesAsync method I would like to pass in the readingOrder parameter so that I can take advantage of this ability that is already supported by the WebAPI.

As a workaround I would need to write a custom client.

ghost commented 3 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @ryogok, @TFR258, @tburns10.

Issue Details
**Library or service name.** Library: Microsoft.Azure.CognitiveServices.Vision.ComputerVision, Version=7.0.0.0 When using the ReadInStreamWithHttpMessagesAsync method I would like to pass in the _readingOrder_ parameter so that I can take advantage of this ability that is already supported by the WebAPI. As a workaround I would need to write a custom client.
Author: MilivojeMishikj
Assignees: -
Labels: `Service Attention`, `Client`, `needs-triage`, `customer-reported`, `question`, `needs-team-attention`, `Cognitive - Computer Vision`
Milestone: -
MilivojeMishikj commented 2 years ago

Since logging the issue this has been fix from your side. The readingOrder parameter has been added. Thank you! Closing the issue.