Table of Contents

Class NativeTextRecognitionResult

Namespace
IO.Scanbot.Generictext
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/generictext/NativeTextRecognitionResult", DoNotGenerateAcw = true)]
public sealed class NativeTextRecognitionResult : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
NativeTextRecognitionResult
Implements
Inherited Members

Constructors

NativeTextRecognitionResult(string, double, bool, IList<NativeTextCharacterBox>, IList<NativeTextWordBox>)

[Register(".ctor", "(Ljava/lang/String;DZLjava/util/List;Ljava/util/List;)V", "")]
public NativeTextRecognitionResult(string rawString, double confidenceValue, bool validationSuccessful, IList<NativeTextCharacterBox> listOfCharacters, IList<NativeTextWordBox> listOfWords)

Parameters

rawString string
confidenceValue double
validationSuccessful bool
listOfCharacters IList<NativeTextCharacterBox>
listOfWords IList<NativeTextWordBox>

Properties

ConfidenceValue

public double ConfidenceValue { get; }

Property Value

double

ListOfCharacters

public IList<NativeTextCharacterBox> ListOfCharacters { get; }

Property Value

IList<NativeTextCharacterBox>

ListOfWords

public IList<NativeTextWordBox> ListOfWords { get; }

Property Value

IList<NativeTextWordBox>

RawString

public string RawString { get; }

Property Value

string

ValidationSuccessful

public bool ValidationSuccessful { get; }

Property Value

bool

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Component2()

[Register("component2", "()D", "")]
public double Component2()

Returns

double

Component3()

[Register("component3", "()Z", "")]
public bool Component3()

Returns

bool

Component4()

[Register("component4", "()Ljava/util/List;", "")]
public IList<NativeTextCharacterBox> Component4()

Returns

IList<NativeTextCharacterBox>

Component5()

[Register("component5", "()Ljava/util/List;", "")]
public IList<NativeTextWordBox> Component5()

Returns

IList<NativeTextWordBox>

Copy(string, double, bool, IList<NativeTextCharacterBox>, IList<NativeTextWordBox>)

[Register("copy", "(Ljava/lang/String;DZLjava/util/List;Ljava/util/List;)Lio/scanbot/generictext/NativeTextRecognitionResult;", "")]
public NativeTextRecognitionResult Copy(string rawString, double confidenceValue, bool validationSuccessful, IList<NativeTextCharacterBox> listOfCharacters, IList<NativeTextWordBox> listOfWords)

Parameters

rawString string
confidenceValue double
validationSuccessful bool
listOfCharacters IList<NativeTextCharacterBox>
listOfWords IList<NativeTextWordBox>

Returns

NativeTextRecognitionResult