MLCloudTextRecognizerModelType
enum
The cloud model type used for in MLCloudTextRecognizerOptions & MLCloudDocumentTextRecognizerOptions
Defaults to SPARSE_MODEL
Members
DENSE_MODEL</>
Sparse model type. It is more suitable for sparse text.
SPARSE_MODEL</>
Dense model type. It is more suitable for well-formatted dense text.