setTextTypes: method of the RTRTextCaptureService 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.
(void)setTextTypes:(NSSet<RTRTextType>*)textTypes;
Parameters
- textTypes
- One or more text types, represented by constants of the RTRTextType enumeration.
3/2/2022 12:59:15 PM