ResultMetadataType.java (zxing-zxing-3.4.1) | : | ResultMetadataType.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 97 | skipping to change at line 97 | |||
* sequence number is given with it. | * sequence number is given with it. | |||
*/ | */ | |||
STRUCTURED_APPEND_SEQUENCE, | STRUCTURED_APPEND_SEQUENCE, | |||
/** | /** | |||
* If the code format supports structured append and the current scanned code is part of one then the | * If the code format supports structured append and the current scanned code is part of one then the | |||
* parity is given with it. | * parity is given with it. | |||
*/ | */ | |||
STRUCTURED_APPEND_PARITY, | STRUCTURED_APPEND_PARITY, | |||
/** | ||||
* Barcode Symbology Identifier. | ||||
* Note: According to the GS1 specification the identifier may have to replace | ||||
a leading FNC1/GS character | ||||
* when prepending to the barcode content. | ||||
*/ | ||||
SYMBOLOGY_IDENTIFIER, | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 7 lines changed or added |