setTextTypes method of the RTRDataCaptureProfileBuilder protocol
Sets the text types to be used for recognition.
By default, only 'Normal' text type is set. Setting the correct text type will improve recognition accuracy. However, setting multiple text types may slow down the performance.
- (id<RTRDataCaptureProfileBuilder>)setTextTypes:(NSSet<RTRTextType>*)textTypes;
Parameters
- textTypes
- One or more text types, represented by constants of the RTRTextType enumeration.
Return values
The method returns the same RTRDataCaptureProfileBuilder object on which it was called.
02.03.2022 12:59:15