ThreadsCount

DocumentRecognitionSettings.ThreadsCount property

Gets or sets the number of threads for processing. By default, 0 means that the image will be processed with the number of threads equal to your number of processors. ThreadsCount = 1 means that the image will be processed in the main thread.

public int ThreadsCount { set; }

See Also