UiPath Documentation
activities
latest
false
Atividades do Document Understanding
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Classe ResultsDocumentBounds

Classe ResultsDocumentBounds, representando limites de documentos, incluindo contagem de páginas e tamanho do texto para resultados da extração.

Definição

  • Espaço de nomes: UiPath.DocumentProcessing.Contracts.Results
  • Montagem: UiPath.DocumentProcessing.Contracts

Description

Uma classe pública que representa os limites do documento para um resultado de extração ou classificação relatado.

Membros

Construtores

  • ResultsDocumentBounds(int pageCount, int textLength) - Initializes a new instance of the ResultsDocumentBounds class, setting StartPage = 0, TextStartIndex = 0, and PageCount and TextLength according to the provided input arguments.
    • pageCount (Int32) - The number of pages within the document boundaries.
    • textLength (Int32) - The text length of the content within the document boundaries.
    AVISO:

    This constructor is obsolete.

  • ResultsDocumentBounds(int startPage, int pageCount, int textStartIndex, int textLength) - Initializes a new instance of the ResultsDocumentBounds class, setting all properties according to the provided input arguments.
    • startPage (Int32) - The 0-based index of the first page within the document boundaries.
    • textStartIndex (Int32) - The text position where, from an entire file, the StartPage starts.
    • pageCount, textLength - Same as above.
    AVISO:

    This constructor is obsolete.

  • ResultsDocumentBounds(int startPage, int pageCount, int textStartIndex, int textLength, string pageRange) - Initializes a new instance of the ResultsDocumentBounds class, setting all properties, including the page range, according to the provided input arguments.
    • pageRange (String) - The page range within the document boundaries.
    • startPage, pageCount, textStartIndex, textLength - Same as above.
    AVISO:

    This constructor is obsolete.

  • ResultsDocumentBounds(string pageRange, int pageCount) - Initializes a new instance of the ResultsDocumentBounds class from a page range and page count.
    • pageRange, pageCount - Same as above.

Propriedades

  • PageCount int - The number of pages within the document boundaries.
  • PageRange string - The page range within the document boundaries.
  • StartPage int – O índice baseado em 0 da primeira página dentro dos limites do documento.
    AVISO:

    This property is obsolete. Use PageRange instead.

  • TextLength int — o comprimento do texto do conteúdo encontrado no intervalo de páginas definido por PageCount e StartPage.
    AVISO:

    This property is obsolete. Use PageRange instead.

  • TextStartIndex int — a posição do texto em que, de um arquivo inteiro, o StartPage começa.
    AVISO:

    This property is obsolete. Use PageRange instead.

  • Definição
  • Description
  • Membros
  • Construtores
  • Propriedades

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades