C# Class zxingwp7.DecodeHintType

Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it. It is up to implementations to decide what, if anything, to do with the information that is supplied.
ファイルを表示 Open project: henningms/zxing2.0-wp7

Public Properties

Property Type Description
ALLOWED_LENGTHS DecodeHintType
ASSUME_CODE_39_CHECK_DIGIT DecodeHintType
NEED_RESULT_POINT_CALLBACK DecodeHintType
OTHER DecodeHintType
POSSIBLE_FORMATS DecodeHintType
PURE_BARCODE DecodeHintType
TRY_HARDER DecodeHintType

Private Methods

Method Description
DecodeHintType ( )

Property Details

ALLOWED_LENGTHS public_oe static_oe property

Allowed lengths of encoded data -- reject anything else. Maps to an int[].
public static DecodeHintType,zxingwp7 ALLOWED_LENGTHS
return DecodeHintType

ASSUME_CODE_39_CHECK_DIGIT public_oe static_oe property

Assume Code 39 codes employ a check digit. Maps to {@link Boolean}.
public static DecodeHintType,zxingwp7 ASSUME_CODE_39_CHECK_DIGIT
return DecodeHintType

NEED_RESULT_POINT_CALLBACK public_oe static_oe property

The caller needs to be notified via callback when a possible {@link ResultPoint} is found. Maps to a {@link ResultPointCallback}.
public static DecodeHintType,zxingwp7 NEED_RESULT_POINT_CALLBACK
return DecodeHintType

OTHER public_oe static_oe property

Unspecified, application-specific hint. Maps to an unspecified {@link Object}.
public static DecodeHintType,zxingwp7 OTHER
return DecodeHintType

POSSIBLE_FORMATS public_oe static_oe property

Image is known to be of one of a few possible formats. Maps to a {@link java.util.Vector} of {@link BarcodeFormat}s.
public static DecodeHintType,zxingwp7 POSSIBLE_FORMATS
return DecodeHintType

PURE_BARCODE public_oe static_oe property

Image is a pure monochrome image of a barcode. Doesn't matter what it maps to; use {@link Boolean#TRUE}.
public static DecodeHintType,zxingwp7 PURE_BARCODE
return DecodeHintType

TRY_HARDER public_oe static_oe property

Spend more time to try to find a barcode; optimize for accuracy, not speed. Doesn't matter what it maps to; use {@link Boolean#TRUE}.
public static DecodeHintType,zxingwp7 TRY_HARDER
return DecodeHintType