Package com.google.zxing.pdf417.decoder
Class BarcodeValue
java.lang.Object
com.google.zxing.pdf417.decoder.BarcodeValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Integer
getConfidence
(int value) (package private) int[]
getValue()
Determines the maximum occurrence of a set value and returns all values which were set with this occurrence.(package private) void
setValue
(int value) Add an occurrence of a value
-
Field Details
-
values
-
-
Constructor Details
-
BarcodeValue
BarcodeValue()
-
-
Method Details
-
setValue
void setValue(int value) Add an occurrence of a value -
getValue
int[] getValue()Determines the maximum occurrence of a set value and returns all values which were set with this occurrence.- Returns:
- an array of int, containing the values with the highest occurrence, or null, if no value was set
-
getConfidence
-