Azure-Samples / azure-ai-vision-sdk

SDK for Microsoft's Azure AI Vision
MIT License
76 stars 46 forks source link

Implementation for Vision.FromPayLoad is not available #29

Closed arafattehsin closed 1 year ago

arafattehsin commented 1 year ago

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

I have got a mobile app built on .NET MAUI. I have to send pictures for Image Analysis. Due to the cross-platform nature of the app, we do not have an absolute URI therefore I'm have got an image converted to a byte[]. Now, I have found out that there's no implementation for this. Is there a way to resolve this issue or will it not be available anytime soon?

Any log messages given by the failure

image

Expected/desired behavior

The Vision.FromPayLoad should just work fine.

OS and Version?

.NET MAUI (Android)

Versions

0.10.0-beta.1

dargilco commented 1 year ago

Hi @arafattehsin, thank you for opening this issue! We do not yet support MAUI Android in the Vision SDK NuGet. We also do not yet support analyzing a compressed image from input byte array. The latter is high on our priority list. Mobile support will also come, but I cannot give dates. I took note of your requests and will close this issue.