Skip to main content
The BatchCreationJob class is in the com.abbyy.connectors.models namespace. It stores a job that creates a new batch in an FC 12 project. The methods of this class are described below.

Constructor Details

Creates a new job that will create a batch in FC 12. Parameters:
  • files – the list of files to be processed in FC 12
See also: File

Method Details

Specifies a name for the batch. Parameters:
  • name – the name of the batch. The default name is Batch_ + System.currentTimeMillis()
Specifies a type for the batch. Parameters:
  • type – the type of the batch. The default type is Default
Specifies a list of registration parameters for the batch. Parameters:
  • properties – the registration parameters of the batch
See also: RegistrationProperty