UiPath Documentation
activities
latest
false
Actividades de Document Understanding
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Clase ValorDeCampoDeTabla

Clase TableFieldValue, que representa una proyección simplificada de un ResultsValue para campos de tipo tabla sin información de referencia.

Definición

  • Espacio de nombres: UiPath.DocumentProcessing.Contracts.Results
  • Ensamblado: UiPath.DocumentProcessing.Contracts

Descripción

Una clase pública que representa una proyección de un ResultsValue para un tipo de campo de tabla en un formato más simple, sin información de referencia o de origen.

Miembros

Constructores

  • TableFieldValue(string columnId, string columnName, SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId and ColumnName properties from the provided arguments, and the Confidence, DerivedValue, and RawValue properties from the simpleFieldValue argument.
    • columnId (String) - The ID of the column for which the value is reported.
    • columnName (String) - The name of the column for which the value is reported.
    • simpleFieldValue (SimpleFieldValue) - The value whose Confidence, DerivedValue, and RawValue are copied to the new instance.
  • TableFieldValue(string columnId, SimpleFieldValue simpleFieldValue) - Initializes a new instance of the TableFieldValue class, setting the ColumnId property from the provided argument, and the Confidence, DerivedValue, and RawValue properties from the simpleFieldValue argument.
    • columnId, simpleFieldValue - Same as above.

Propiedades

  • ColumnId <string> : el ID de la columna para la que se informa ResultsValue .
  • ColumnName <string> : el nombre de la columna para la que se informa ResultsValue .
  • Confidence <float> : un valor que representa la confianza para ResultsValue.
  • DerivedValue <string> : la representación del valor derivado para el ResultsValue.
  • RawValue <string> : el valor del ResultsValue representado.
  • UnformattedValue <string> : obtiene el valor sin formato informado por el extractor.
  • Value <string> : obtiene el valor real extraído.
  • Definición
  • Descripción
  • Miembros
  • Constructores
  • Propiedades

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado