CustomFormModel Class

Definition

Represents a model trained from custom forms.

public class CustomFormModel
type CustomFormModel = class
Public Class CustomFormModel
Inheritance
CustomFormModel

Properties

Errors

A list of errors occurred during the training operation.

ModelId

The unique identifier of this model.

ModelName

An optional, user-defined name to associate with your model.

Properties

Properties of a model, such as whether the model is a composed model or not.

Status

A status indicating this model's readiness for use.

Submodels

A list of submodels that are part of this model, each of which can recognize and extract fields from a different type of form.

TrainingCompletedOn

The date and time (UTC) when model training completed.

TrainingDocuments

A list of meta-data about each of the documents used to train the model.

TrainingStartedOn

The date and time (UTC) when model training was started.

Applies to