FUIBarcodeScanResult

public struct FUIBarcodeScanResult

Represents the decoded result of a code scanning operation.

  • The decoded code content as a String.

    Declaration

    Swift

    public let scanResultString: String
  • The type of the barcode.

    Declaration

    Swift

    public let type: AVMetadataObject.ObjectType