-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Split out analyze methods for supervised and unsupervised models #10562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split out analyze methods for supervised and unsupervised models #10562
Conversation
sdk/formrecognizer/Azure.AI.FormRecognizer/src/ExtractLabeledFormOperation.cs
Outdated
Show resolved
Hide resolved
sdk/formrecognizer/Azure.AI.FormRecognizer/src/ExtractedLabeledPage.cs
Outdated
Show resolved
Hide resolved
sdk/formrecognizer/Azure.AI.FormRecognizer/src/ExtractReceiptOperation.cs
Outdated
Show resolved
Hide resolved
| { | ||
| Unrecognized = 1, | ||
| Itemized = 2, | ||
| /// <summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A ReceiptType also has a confidence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know if ReceiptType is a documented enum?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #10561
Fixes #10541
Fixes #10489
Fixes #10454
Fixes #10389
Fixes #10387