TextRecognitionResult is not found in Version 6
See original GitHub issueI am using Microsoft.Azure.CognitiveServices.Vision.ComputerVision.ComputerVisionClient to call BatchReadFileInStreamAsync.
I then call results = await client.GetReadOperationResultAsync(operationId);
Which contains an IList<TextRecognitionResult>
.
I upgraded Microsoft.Azure.CognitiveServices.Vision.ComputerVision, from Version=5.0.0, to Version= 6.0.0.
The TextRecognitionResult is not found after upgrade.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Google Text Recognition Error Android Studio - ocr
I have done everything described there but still I am getting error. This is what I have in my gradle file: implementation 'com.google.android....
Read more >Recognize text in images with ML Kit on Android
You can use ML Kit to recognize text in images or video, such as the text of a street sign. The main characteristics...
Read more >Getting framework(MLVision/MLVisionTextModel) not ...
Hi, I am working on integration firebase ML vision kit without using the cocoa pods: I am getting below error when adding SDK ......
Read more >Why is text recognition deprecated?? - Vuforia
@Vuforia-Strasza - The question is "Why" is it deprecated, not is it still usable in the current release. I'm looking at AR solution...
Read more >OCRExtractRelative not finding green and pink boxes
Hello, I am using the “OCRExtractRelative” command but am running into the following error: Here is the image: Anyone know what the issue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any updates on this issue?
Do we have any migration guide for 5.0.0->6.0.0?
The following items were changed to fix the errors on my side:
Can you please help me out identifying if these changes have the same runtime behavior?
The underlying model will be different, as starting from 6.0.0 it’s using v3 Read API, which has much better performance than before. Usages are very similar, except slightly difference in result schema, detailed as below.
[GetReadOperationResultAsync] https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d
[GetReadResultAsync] https://centraluseuap.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d9869604be85dee480c8750