Class OcrHandwritingResult.TextLine
Inheritance
System.Object
OcrHandwritingResult.TextLine
Assembly: IronOcr.dll
Syntax
public sealed class TextLine : ValueType, IEquatable<OcrHandwritingResult.TextLine>
Constructors
TextLine(String, Rectangle, Single)
Declaration
public TextLine(string textInLine, Rectangle lineRect, float confidence)
Parameters
| Type |
Name |
Description |
| System.String |
textInLine |
|
| IronSoftware.Drawing.Rectangle |
lineRect |
|
| System.Single |
confidence |
|
TextLine(String, Rectangle, Single, Int32)
Declaration
public TextLine(string textInLine, Rectangle lineRect, float confidence, int frameNumber)
Parameters
| Type |
Name |
Description |
| System.String |
textInLine |
|
| IronSoftware.Drawing.Rectangle |
lineRect |
|
| System.Single |
confidence |
|
| System.Int32 |
frameNumber |
|
Fields
Empty
Declaration
public static readonly OcrHandwritingResult.TextLine Empty
Field Value
Properties
LineConf
Declaration
public float LineConf { get; }
Property Value
| Type |
Description |
| System.Single |
|
LineRect
Declaration
public Rectangle LineRect { get; }
Property Value
| Type |
Description |
| IronSoftware.Drawing.Rectangle |
|
PageNumber
Declaration
public int PageNumber { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
TextInLine
Declaration
public string TextInLine { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Equals(OcrHandwritingResult.TextLine)
Declaration
public bool Equals(OcrHandwritingResult.TextLine others)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<>