[Question] AnalyzeResult compatibility between FormRecognizer and DocumentIntelligence #48114
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
I aim to support all versions of the service in some application. Right now, only version
3.*
is supported, and the rest of the code works with the AnalyzeResult from theAzure.AI.FormRecognizer
package. As I add support for version4.*
, I can't directly use the AnalyzeResult fromAzure.AI.DocumentIntelligence
.Is there a way to map between the two, or should I create an adapter?
edit: I forgot to mention that I'm referring to the .NET SDK.
The text was updated successfully, but these errors were encountered: