Uses of Class
com.azure.ai.formrecognizer.models.RecognizeReceiptsOptions
Packages that use RecognizeReceiptsOptions
Package
Description
Azure Form Recognizer
is a cloud-based service provided by Microsoft Azure that utilizes machine learning to extract information
from various types of forms.
Package containing the data models for FormRecognizerClient.
-
Uses of RecognizeReceiptsOptions in com.azure.ai.formrecognizer
Methods in com.azure.ai.formrecognizer with parameters of type RecognizeReceiptsOptionsModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,List<RecognizedForm>> FormRecognizerAsyncClient.beginRecognizeReceipts(Flux<ByteBuffer> receipt, long length, RecognizeReceiptsOptions recognizeReceiptsOptions) Recognizes receipt data from documents using optical character recognition (OCR) and a prebuilt receipt trained model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,List<RecognizedForm>> FormRecognizerClient.beginRecognizeReceipts(InputStream receipt, long length, RecognizeReceiptsOptions recognizeReceiptsOptions, com.azure.core.util.Context context) Recognizes data from the provided document data using optical character recognition (OCR) and a prebuilt trained receipt model.com.azure.core.util.polling.PollerFlux<FormRecognizerOperationResult,List<RecognizedForm>> FormRecognizerAsyncClient.beginRecognizeReceiptsFromUrl(String receiptUrl, RecognizeReceiptsOptions recognizeReceiptsOptions) Recognizes receipt data using optical character recognition (OCR) and a prebuilt receipt trained model.com.azure.core.util.polling.SyncPoller<FormRecognizerOperationResult,List<RecognizedForm>> FormRecognizerClient.beginRecognizeReceiptsFromUrl(String receiptUrl, RecognizeReceiptsOptions recognizeReceiptsOptions, com.azure.core.util.Context context) Recognizes receipt data from documents using optical character recognition (OCR) and a prebuilt receipt trained model. -
Uses of RecognizeReceiptsOptions in com.azure.ai.formrecognizer.models
Methods in com.azure.ai.formrecognizer.models that return RecognizeReceiptsOptionsModifier and TypeMethodDescriptionRecognizeReceiptsOptions.setContentType(FormContentType contentType) Set the type of the form.RecognizeReceiptsOptions.setFieldElementsIncluded(boolean includeFieldElements) Set the boolean which specifies if to include form element references in the result.RecognizeReceiptsOptions.setLocale(FormRecognizerLocale locale) Set the locale information for the receipt.Set the custom page numbers for multi-page documents(PDF/TIFF).RecognizeReceiptsOptions.setPollInterval(Duration pollInterval) Set the duration between each poll for the operation status.