C# Класс zxingwp7.ResultMetadataType

Represents some type of metadata about the result of the decoding that the decoder wishes to communicate back to the caller.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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