Table of Contents

Class DocumentDetectionStatus

Namespace
IO.Scanbot.Sdk.Document
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DocumentDetectionStatus : Enum
Inheritance
DocumentDetectionStatus

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

ErrorNothingDetected

public static DocumentDetectionStatus ErrorNothingDetected { get; }

Property Value

DocumentDetectionStatus

ErrorTooDark

public static DocumentDetectionStatus ErrorTooDark { get; }

Property Value

DocumentDetectionStatus

ErrorTooNoisy

public static DocumentDetectionStatus ErrorTooNoisy { get; }

Property Value

DocumentDetectionStatus

NotAcquired

public static DocumentDetectionStatus NotAcquired { get; }

Property Value

DocumentDetectionStatus

Ok

public static DocumentDetectionStatus Ok { get; }

Property Value

DocumentDetectionStatus

OkButBadAngles

public static DocumentDetectionStatus OkButBadAngles { get; }

Property Value

DocumentDetectionStatus

OkButBadAspectRatio

public static DocumentDetectionStatus OkButBadAspectRatio { get; }

Property Value

DocumentDetectionStatus

OkButOffCenter

public static DocumentDetectionStatus OkButOffCenter { get; }

Property Value

DocumentDetectionStatus

OkButOrientationMismatch

public static DocumentDetectionStatus OkButOrientationMismatch { get; }

Property Value

DocumentDetectionStatus

OkButTooDark

public static DocumentDetectionStatus OkButTooDark { get; }

Property Value

DocumentDetectionStatus

OkButTooSmall

public static DocumentDetectionStatus OkButTooSmall { get; }

Property Value

DocumentDetectionStatus

Methods

FromJson(string)

public static DocumentDetectionStatus FromJson(string json)

Parameters

json string

Returns

DocumentDetectionStatus

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static DocumentDetectionStatus ValueOf(string value)

Parameters

value string

Returns

DocumentDetectionStatus

Values()

public static DocumentDetectionStatus[] Values()

Returns

DocumentDetectionStatus[]