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
DocumentDetectionStatusStatus.
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
DocumentDetectionStatusStatus.
Returns
- bool
true
, if status represents a success,false
otherwise.