Class ChoiceIterator
Inheritance
System.Object
ChoiceIterator
Implements
System.IDisposable
Assembly: IronOcr.dll
Syntax
public sealed class ChoiceIterator : DisposableBase, IDisposable
Methods
Dispose(Boolean)
Declaration
public override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
Overrides
GetConfidence()
Declaration
public float GetConfidence()
Returns
| Type |
Description |
| System.Single |
|
GetText()
Declaration
Returns
| Type |
Description |
| System.String |
|
Next()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
Implements
System.IDisposable