Class RectangleOutput

Class RectangleOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

탐지된 텍스트 영역 또는 줄에 대한 데이터입니다.

public class RectangleOutput

상속

objectRectangleOutput

상속된 멤버

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

생성자

RectangleOutput()

public RectangleOutput()

필드

ImageIndex

페이지의 이미지 순서 번호입니다.

public int ImageIndex

필드 값

int

Page

페이지 번호입니다.

public int Page

필드 값

int

Rectangles

탐지된 텍스트 영역 또는 줄의 목록입니다.

public List<rectangle> Rectangles

필드 값

List<rectangle>

Source

파일 또는 URL의 전체 경로입니다. 스트림, 바이트 배열, base64의 경우 비어 있습니다.

public string Source

필드 값

string </rectangle>

 한국어