libzbar-cli : ZBar Namespace

Symbol Class

Representation of a decoded symbol

public class Symbol

Remarks

This symbol does not hold any references to unmanaged resources.

Requirements

Namespace: ZBar
Assembly: libzbar-cli (in libzbar-cli.dll)
Assembly Versions: 0.9.3631.24519

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Count int . Documentation for this section has not yet been entered.
[read-only]
Data string . Documentation for this section has not yet been entered.
[read-only]
Quality int . Documentation for this section has not yet been entered.
[read-only]
Type SymbolType . Documentation for this section has not yet been entered.

Public Methods

override
ToString () : string
Documentation for this section has not yet been entered.

Member Details

Count Property

Documentation for this section has not yet been entered.

public int Count { get; }

Value

Retrieve current cache count.

Remarks

When the cache is enabled for the image_scanner this provides inter-frame reliability and redundancy information for video streams. < 0 if symbol is still uncertain. 0 if symbol is newly verified. > 0 for duplicate symbols

Requirements

Namespace: ZBar
Assembly: libzbar-cli (in libzbar-cli.dll)
Assembly Versions: 0.9.3631.24519

Data Property

Documentation for this section has not yet been entered.

public string Data { get; }

Value

Data decoded from symbol.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: ZBar
Assembly: libzbar-cli (in libzbar-cli.dll)
Assembly Versions: 0.9.3631.24519

Quality Property

Documentation for this section has not yet been entered.

public int Quality { get; }

Value

Get a symbol confidence metric.

Remarks

An unscaled, relative quantity: larger values are better than smaller values, where "large" and "small" are application dependent.

Requirements

Namespace: ZBar
Assembly: libzbar-cli (in libzbar-cli.dll)
Assembly Versions: 0.9.3631.24519

ToString Method

Documentation for this section has not yet been entered.

public override string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: ZBar
Assembly: libzbar-cli (in libzbar-cli.dll)
Assembly Versions: 0.9.3631.24519

Type Property

Documentation for this section has not yet been entered.

public SymbolType Type { get; }

Value

Type of decoded symbol

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: ZBar
Assembly: libzbar-cli (in libzbar-cli.dll)
Assembly Versions: 0.9.3631.24519