Table of Contents

Class DocumentDetectionStatusExtensions

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public static class DocumentDetectionStatusExtensions
Inheritance
DocumentDetectionStatusExtensions
Inherited Members

Methods

GetDescription(DocumentDetectionStatus, Dictionary<DocumentDetectionStatus, string>)

Returns a display-friendly description of a status value. Description overrides may be passed in.

public static string GetDescription(this DocumentDetectionStatus status, Dictionary<DocumentDetectionStatus, string> localizedDescriptions)

Parameters

status DocumentDetectionStatus

Status.

localizedDescriptions Dictionary<DocumentDetectionStatus, string>

Localized descriptions of status values.

Returns

string

The display-friendly description.

IsOk(DocumentDetectionStatus)

Checks if status represents a success value.

public static bool IsOk(this DocumentDetectionStatus status)

Parameters

status DocumentDetectionStatus

Status.

Returns

bool

true, if status represents a success, false otherwise.