Class RectangleOutput

Class RectangleOutput

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

Dados sobre áreas ou linhas de texto detectadas.

public class RectangleOutput

Herança

objectRectangleOutput

Membros Herdados

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

Construtores

RectangleOutput()

public RectangleOutput()

Campos

ImageIndex

Número sequencial da imagem na página.

public int ImageIndex

Valor do Campo

int

Page

Número da página.

public int Page

Valor do Campo

int

Rectangles

Lista de áreas ou linhas de texto detectadas.

public List<rectangle> Rectangles

Valor do Campo

List<rectangle>

Source

O caminho completo para o arquivo ou URL, se houver. Vazio para streams, arrays de bytes, base64.

public string Source

Valor do Campo

string

 Português