textModelType property

CloudTextModelType textModelType
final

Sets model type for cloud text recognition. Choosing 'sparse' or 'dense' option will lead the recognizer to use one of two different models, which differ by handling text densities in an image.

Default setting is 'sparse'.

Implementation

final CloudTextModelType textModelType;