Class OcrPhotoResult.TextRegion
Inheritance
System.Object
OcrPhotoResult.TextRegion
Assembly: IronOcr.dll
Syntax
public sealed class TextRegion : ValueType, IEquatable<OcrPhotoResult.TextRegion>
Constructors
TextRegion(String, Rectangle)
Declaration
public TextRegion(string textByRegion, Rectangle regionRect)
Parameters
Type |
Name |
Description |
System.String |
textByRegion |
|
IronSoftware.Drawing.Rectangle |
regionRect |
|
TextRegion(String, Rectangle, Int32)
Declaration
public TextRegion(string textByRegion, Rectangle regionRect, int frameNumber)
Parameters
Type |
Name |
Description |
System.String |
textByRegion |
|
IronSoftware.Drawing.Rectangle |
regionRect |
|
System.Int32 |
frameNumber |
|
Fields
Empty
Declaration
public static readonly OcrPhotoResult.TextRegion Empty
Field Value
Properties
Declaration
public int FrameNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
Region
Declaration
public Rectangle Region { get; }
Property Value
Type |
Description |
IronSoftware.Drawing.Rectangle |
|
TextInRegion
Declaration
public string TextInRegion { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(OcrPhotoResult.TextRegion)
Declaration
public bool Equals(OcrPhotoResult.TextRegion 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<>