Contents

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?) -> Self

Parameters

  • responder:

    The Uikeyinput responder to send the Capturetextfromcamera(_:) message to.

  • identifier:

    The unique identifier for the action. Specify nil to let this method create a unique identifier for you.

See Also

Creating an action