Class RecognitionResult.LinesResult
Class RecognitionResult.LinesResult
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
Розпізнаний текст з рядка з координатами рядка.
public class RecognitionResult.LinesResult
Спадкування
object ← RecognitionResult.LinesResult
Спадковані члени
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Конструктори
LinesResult()
Конструктор для об’єкта LinesResult.
public LinesResult()
Властивості
Line
Координати рядка.
public Rectangle Line { get; set; }
Значення властивості
Rectangle
TextInLine
Розпізнаний текст з рядка.
public string TextInLine { get; set; }