C# Class zxingwp7.ResultMetadataType

Represents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.
Show file Open project: henningms/zxing2.0-wp7 Class Usage Examples

Public Properties

Property Type Description
BYTE_SEGMENTS ResultMetadataType
ERROR_CORRECTION_LEVEL ResultMetadataType
ORIENTATION ResultMetadataType
OTHER ResultMetadataType

Private Methods

Method Description
ResultMetadataType ( )

Property Details

BYTE_SEGMENTS public static property

2D barcode formats typically encode text, but allow for a sort of 'byte mode' which is sometimes used to encode binary data. While {@link Result} makes available the complete raw bytes in the barcode for these formats, it does not offer the bytes from the byte segments alone.

This maps to a {@link java.util.Vector} of byte arrays corresponding to the raw bytes in the byte segments in the barcode, in order.

public static ResultMetadataType,zxingwp7 BYTE_SEGMENTS
return ResultMetadataType

ERROR_CORRECTION_LEVEL public static property

Error correction level used, if applicable. The value type depends on the format, but is typically a String.
public static ResultMetadataType,zxingwp7 ERROR_CORRECTION_LEVEL
return ResultMetadataType

ORIENTATION public static property

Denotes the likely approximate orientation of the barcode in the image. This value is given as degrees rotated clockwise from the normal, upright orientation. For example a 1D barcode which was found by reading top-to-bottom would be said to have orientation "90". This key maps to an {@link Integer} whose value is in the range [0,360).
public static ResultMetadataType,zxingwp7 ORIENTATION
return ResultMetadataType

OTHER public static property

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