Uses of Class
com.azure.ai.formrecognizer.models.FormRecognizerError
Packages that use FormRecognizerError
Package
Description
Package containing model classes to perform operations using
FormTrainingClient and
FormTrainingAsyncClient.-
Uses of FormRecognizerError in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return types with arguments of type FormRecognizerErrorModifier and TypeMethodDescriptionTrainingDocumentInfo.getErrors()Get the list of errors.CustomFormModel.getModelError()Get the errors returned during the training operation.Constructor parameters in com.azure.ai.formrecognizer.training.models with type arguments of type FormRecognizerErrorModifierConstructorDescriptionTrainingDocumentInfo(String name, TrainingStatus status, int pageCount, List<FormRecognizerError> errors) Constructs a TrainingDocumentInfo object.