C# 클래스 zxingwp7.ResultMetadataType

Represents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.
파일 보기 프로젝트 열기: henningms/zxing2.0-wp7 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BYTE_SEGMENTS ResultMetadataType
ERROR_CORRECTION_LEVEL ResultMetadataType
ORIENTATION ResultMetadataType
OTHER ResultMetadataType

비공개 메소드들

메소드 설명
ResultMetadataType ( )

프로퍼티 상세

BYTE_SEGMENTS 공개적으로 정적으로 프로퍼티

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
리턴 ResultMetadataType

ERROR_CORRECTION_LEVEL 공개적으로 정적으로 프로퍼티

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
리턴 ResultMetadataType

ORIENTATION 공개적으로 정적으로 프로퍼티

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
리턴 ResultMetadataType

OTHER 공개적으로 정적으로 프로퍼티

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