Class RecognitionResult.LinesResult
Class RecognitionResult.LinesResult
Именује се: Aspose.OCR Асамблеја: Aspose.OCR.dll (25.4.0)
Признати текст из редова са координатима редова.
public class RecognitionResult.LinesResult
Inheritance
object ← RecognitionResult.LinesResult
Наслеђени чланови
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
LinesResult()
Дизајнер за LinesResult објекат.
public LinesResult()
Properties
Line
Координације у реду.
public Rectangle Line { get; set; }
Вредност имовине
Rectangle
TextInLine
Признати текст из редова.
public string TextInLine { get; set; }