Value format describes the format of the value that a barcode
encodes.
The supported formats are:
CONTACT_INFO: Contact information.
EMAIL: Email address.
ISBN: ISBN identifier.
PHONE: Phone number.
PRODUCT: Product.
SMS: SMS message.
TEXT: Text string.
URL: URL address.
WIFI: Wifi information.
GEO: Geo-localization.
CALENDAR_EVENT: Calendar event.
DRIVER_LICENSE: Driver's license.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `Barcode` class in the `Google.Cloud.DocumentAI.V1` namespace is 3.19.0, with a range of previous versions available, going as far back as 1.0.0."],["The `Barcode` class is designed to encode detailed information from barcodes, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Barcode` class provides three main properties: `Format` (specifying the barcode type), `RawValue` (the encoded raw data), and `ValueFormat` (describing the data's format, such as URL, email, etc.)."],["The `Barcode` class supports a wide variety of barcode types, including CODE_128, QR_CODE, and PDF417, as well as various data formats, like CONTACT_INFO, EMAIL, and URL."],["The class has two constructors: a default `Barcode()` constructor and `Barcode(Barcode other)` constructor to duplicate an instance of a `Barcode` object."]]],[]]