Class RecognitionResult.LinesResult
Class RecognitionResult.LinesResult
İsim alanı : Aspose.OCR Toplama: Aspose.OCR.dll (25.4.0)
Süreli koordinatlarla satırdan tanımlanmış metin.
public class RecognitionResult.LinesResult
Inheritance
object ← RecognitionResult.LinesResult
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
LinesResult()
LinesResult nesne için yapımcı.
public LinesResult()
Properties
Line
Row koordinasyonları
public Rectangle Line { get; set; }
Mülkiyet Değer
Rectangle
TextInLine
Tarafından tanımlanan metin.
public string TextInLine { get; set; }