SBSDKUIMRZScannerTextConfiguration

@interface SBSDKUIMRZScannerTextConfiguration
    : SBSDKUIEnableCameraTextConfiguration

Configuration for the textual contents of the detector screens for machine readable zones.

  • String being displayed as description.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) NSString *finderTextHint;

    Swift

    var finderTextHint: String { get set }
  • 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 }