captureTextFromCamera(responder:identifier:)
Creates an action for capturing text using the device’s camera.
Declaration
class func captureTextFromCamera(responder: any UIResponder & UIKeyInput, identifier: UIAction.Identifier?) -> SelfParameters
- responder:
The Uikeyinput responder to send the Capturetextfromcamera(_:) message to.
- identifier:
The unique identifier for the action. Specify
nilto let this method create a unique identifier for you.