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; }

стойност на имота

string

 Български