API Reference
Class
ScanResult
Result of a unified symbol scan.
Inheritance
- Object
- ScanResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method SymbolScanner.Scan
Inherited Methods
Properties
public ScanStatus Status { get; } #Gets the scan outcome.
public IReadOnlyList<DetectedSymbol> Symbols { get; } #Gets decoded symbols.
public IReadOnlyList<SymbolFormat> UnsupportedFormats { get; } #Gets requested formats that do not currently support image scanning.
public TimeSpan Elapsed { get; } #Gets total elapsed wall-clock time, including compressed-image decoding.
public String Failure { get; } #Gets an optional failure description.
public Boolean IsSuccess { get; } #Gets whether the scan returned at least one symbol.
public Boolean IsPartial { get; } #Gets whether cancellation or the deadline stopped the scan after partial results were found.