Voting helps other researchers find interesting modules.
Encodes the detailed information of a barcode.
format
String.t
nil
CODE_128
CODE_39
CODE_93
CODABAR
DATA_MATRIX
ITF
EAN_13
EAN_8
QR_CODE
UPC_A
UPC_E
PDF417
AZTEC
DATABAR
rawValue
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
valueFormat
CONTACT_INFO
EMAIL
ISBN
PHONE
PRODUCT
SMS
TEXT
URL
WIFI
GEO
CALENDAR_EVENT
DRIVER_LICENSE
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Barcode{ format: String.t() | nil, rawValue: String.t() | nil, valueFormat: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()