TrainingDocumentInfo Class
- java.
lang. Object - com.
azure. ai. formrecognizer. training. models. TrainingDocumentInfo
- com.
public final class TrainingDocumentInfo
The TrainingDocumentInfo model.
Constructor | Description |
---|---|
Training |
Constructs a Training |
Modifier and Type | Method and Description |
---|---|
List<Form |
get Get the list of errors. |
String |
get Get the Model identifier. |
String |
get Get the training document name. |
int |
get Get the total number of pages trained. |
Training |
get Get the status of the training operation. |
Methods inherited from java.lang.Object
TrainingDocumentInfo
public TrainingDocumentInfo(String name, TrainingStatus status, int pageCount, List
Constructs a TrainingDocumentInfo object.
Parameters:
getErrors
public List
Get the list of errors.
Returns:
getModelId
public String getModelId()
Get the Model identifier.
Returns:
modelId
value.getName
public String getName()
Get the training document name.
Returns:
getPageCount
public int getPageCount()
Get the total number of pages trained.
Returns:
getStatus
public TrainingStatus getStatus()
Get the status of the training operation.
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: