Class RecognitionResult.LinesResult
Class RecognitionResult.LinesResult
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
Satır koordinatları ile tanınan metin.
public class RecognitionResult.LinesResult
Kalıtım
object ← RecognitionResult.LinesResult
Kalıtılan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Yapıcılar
LinesResult()
LinesResult nesnesi için yapıcı.
public LinesResult()
Özellikler
Line
Satır koordinatları.
public Rectangle Line { get; set; }
Özellik Değeri
Rectangle
TextInLine
Satırdan tanınan metin.
public string TextInLine { get; set; }