SBSDKUITextDataScannerTextConfiguration

@interface SBSDKUITextDataScannerTextConfiguration
    : SBSDKUIEnableCameraTextConfiguration

Configuration for the textual contents of the text line recognizer.

  • String being displayed on the flash button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *flashButtonTitle;

    Swift

    var flashButtonTitle: String? { get set }
  • String being displayed on the cancel button.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSString *cancelButtonTitle;

    Swift

    var cancelButtonTitle: String? { get set }