Table of Contents

Class OcrResultBlock.OcrResultBlockType

Namespace
IO.Scanbot.Ocr.Model
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/ocr/model/OcrResultBlock$OcrResultBlockType", DoNotGenerateAcw = true)]
public sealed class OcrResultBlock.OcrResultBlockType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
OcrResultBlock.OcrResultBlockType
Implements
Inherited Members

Properties

Id

public int Id { get; }

Property Value

int

Line

[Register("LINE")]
public static OcrResultBlock.OcrResultBlockType Line { get; }

Property Value

OcrResultBlock.OcrResultBlockType

Paragraph

[Register("PARAGRAPH")]
public static OcrResultBlock.OcrResultBlockType Paragraph { get; }

Property Value

OcrResultBlock.OcrResultBlockType

Word

[Register("WORD")]
public static OcrResultBlock.OcrResultBlockType Word { get; }

Property Value

OcrResultBlock.OcrResultBlockType

Methods

FromId(int)

[Register("fromId", "(I)Lio/scanbot/ocr/model/OcrResultBlock$OcrResultBlockType;", "")]
public static OcrResultBlock.OcrResultBlockType FromId(int id)

Parameters

id int

Returns

OcrResultBlock.OcrResultBlockType

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/ocr/model/OcrResultBlock$OcrResultBlockType;", "")]
public static OcrResultBlock.OcrResultBlockType ValueOf(string value)

Parameters

value string

Returns

OcrResultBlock.OcrResultBlockType

Values()

[Register("values", "()[Lio/scanbot/ocr/model/OcrResultBlock$OcrResultBlockType;", "")]
public static OcrResultBlock.OcrResultBlockType[] Values()

Returns

OcrResultBlockType[]