Uses of Class
com.azure.ai.formrecognizer.models.FormContentType
Packages that use FormContentType
Package
Description
Package containing classes for FormRecognizerClient.
-
Uses of FormContentType in com.azure.ai.formrecognizer.models
Fields in com.azure.ai.formrecognizer.models declared as FormContentTypeModifier and TypeFieldDescriptionstatic final FormContentTypeFormContentType.APPLICATION_PDFStatic value Line for FormContentType.static final FormContentTypeFormContentType.IMAGE_BMPStatic value Line for FormContentType.static final FormContentTypeFormContentType.IMAGE_JPEGStatic value Line for FormContentType.static final FormContentTypeFormContentType.IMAGE_PNGStatic value Line for FormContentType.static final FormContentTypeFormContentType.IMAGE_TIFFStatic value Line for FormContentType.Methods in com.azure.ai.formrecognizer.models that return FormContentTypeModifier and TypeMethodDescriptionstatic FormContentTypeFormContentType.fromString(String value) Creates or finds a ElementType from its string representation.RecognizeBusinessCardsOptions.getContentType()Get the type of the form.RecognizeContentOptions.getContentType()Get the type of the form.RecognizeCustomFormsOptions.getContentType()Get the type of the form.RecognizeIdentityDocumentOptions.getContentType()Get the type of the form.RecognizeInvoicesOptions.getContentType()Get the type of the form.RecognizeReceiptsOptions.getContentType()Get the type of the form.Methods in com.azure.ai.formrecognizer.models with parameters of type FormContentTypeModifier and TypeMethodDescriptionRecognizeBusinessCardsOptions.setContentType(FormContentType contentType) Set the type of the form.RecognizeContentOptions.setContentType(FormContentType contentType) Set the type of the form.RecognizeCustomFormsOptions.setContentType(FormContentType contentType) Set the type of the form.RecognizeIdentityDocumentOptions.setContentType(FormContentType contentType) Set the type of the form.RecognizeInvoicesOptions.setContentType(FormContentType contentType) Set the type of the form.RecognizeReceiptsOptions.setContentType(FormContentType contentType) Set the type of the form.