Class RecognitionResult.LinesResult

Class RecognitionResult.LinesResult

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.4.0)

Recognized text from row with row coordinates.

public class RecognitionResult.LinesResult

Inheritance

object RecognitionResult.LinesResult

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

LinesResult()

Constructor for LinesResult object.

public LinesResult()

Properties

Line

Row coordinates.

public Rectangle Line { get; set; }

Property Value

Rectangle

TextInLine

Recognized text from row.

public string TextInLine { get; set; }

Property Value

string

 English