| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.DigimarcDataFormat | |
The DigimarcDataFormat is an enumeration defining the format
 used for Digimarc barcode.
 
 The type is one of:
 
| COMPATIBLE | This mode reports Digimarc Barcode data as if it came from a traditional data carrier (UPC or EAN, for example) | 
| ENHANCED | This mode is based on the COMPATIBLE and report more complex Digimarc Barcode payloads as if they came from a GS1 DataBar with relevant GS1 Application Identifier. | 
| NATIVE | This mode reports all Digimarc Barcode results as coming from its own, unique symbology | 
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DigimarcDataFormat | COMPATIBLE | This mode reports Digimarc Barcode data as if it came from a traditional data carrier | |||||||||
| DigimarcDataFormat | ENHANCED | This mode is based on the COMPATIBLE and report more complex Digimarc Barcode payloads | |||||||||
| DigimarcDataFormat | NATIVE | This mode reports all Digimarc Barcode results as coming from its own, unique symbology | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
This mode reports Digimarc Barcode data as if it came from a traditional data carrier
This mode is based on the COMPATIBLE and report more complex Digimarc Barcode payloads
This mode reports all Digimarc Barcode results as coming from its own, unique symbology