FieldsExtractionTrainingBatch Object (IFieldsExtractionTrainingBatch Interface)
This object represents a batch for training field extraction in a given section of a Document Definition.
Properties
Name | Type | Description |
---|---|---|
Batch | Batch, read-only | Provides the batch with images for training. |
FieldsExtractionTrainer | FieldsExtractionTrainer, read-only | Returns the trainer object for the fields extraction. |
IsNlpTrainingBatch | Boolean | Specifies if the batch is intended for NLP training. |
Name | String, read-only | The name of the batch. |
Methods
Name | Description |
---|---|
Rename | Changes the batch name and returns the new name. |
Related objects
Output parameter
This object is the output parameter of the AddNew, Find, and Item methods of the FieldsExtractionTrainingBatches object.
Samples
This object is used in the following code samples: Invoices Processing and Training.
See also
Batch
8/15/2023 1:19:30 PM