OcrPretrainedModel

Description

Type of pretrained OCR model.

namespace OcrPretrainedModel
{
	enum Type
	{
		Extended,
		Balanced,
		Fast
	};
}