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 ResultadosDeValor

Clase ResultsValue, que representa un valor notificado para un campo en un resultado de extracción.

Definición

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

Descripción

Una clase pública que representa un valor informado para un campo en un resultado de extracción.

Miembros

Constructores

  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, float confidence, float ocrConfidence) - Creates a simple automatically extracted ResultsValue.
    • value (String) - The reported textual value.
    • unformattedValue (String) - The reported unformatted string value.
    • reference (ResultsContentReference) - The reference for the reported value.
    • confidence (Single) - A value between 0 and 1 that represents the confidence for the reported value.
    • ocrConfidence (Single) - A value between 0 and 1 that represents the OCR confidence for the reported value.
  • ResultsValue(string value, ResultsContentReference reference, float confidence, float ocrConfidence) - Initializes a new instance of the ResultsValue class with a set value and its corresponding reference and confidence levels.
    • value, reference, confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence) - Creates a simple automatically extracted ResultsValue with derived parts.
    • derivedFields (ResultsDerivedField[]) - A list of derived parts, varying according to the field type defined in the taxonomy.
    • value, unformattedValue, reference, confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence) - Initializes a new instance of the ResultsValue class with a set value, its corresponding reference and confidence levels, while also setting the formatted value in the DerivedParts.
    • value, reference, derivedFields, confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - Creates a ResultsValue with derived parts, also setting the OperatorConfirmed flag.
    • operatorConfirmed (Boolean) - Indicates whether the value was confirmed by a human reviewer.
    • value, unformattedValue, reference, derivedFields, confidence, ocrConfidence - Same as above.
  • ResultsValue(ResultsDataPoint[] components, float confidence, float ocrConfidence) - Used for tables, initializes a new instance of the ResultsValue class with the components argument and corresponding confidence levels.
    • components (ResultsDataPoint[]) - The subfields and their respective values.
    • confidence, ocrConfidence - Same as above.
  • ResultsValue(string value, ResultsDataPoint[] components, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - Initializes a new instance of the ResultsValue class with value, components (in the case of tables), reference, derivedFields, confidence, as well as an OperatorConfirmed flag.
    • value, components, reference, derivedFields, confidence, ocrConfidence, operatorConfirmed - Same as above.
  • ResultsValue(string value, string unformattedValue, ResultsDataPoint[] components, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed) - Initializes a new instance of the ResultsValue class with value, unformattedValue, components (in the case of tables), reference, derivedFields, confidence, as well as an OperatorConfirmed flag.
    • value, unformattedValue, components, reference, derivedFields, confidence, ocrConfidence, operatorConfirmed - Same as above.

Métodos

  • CreateTableValue(Field tableField, IEnumerable<ResultsDataPoint> headerCells, IEnumerable<IEnumerable<ResultsDataPoint>> bodyCells, float confidence, float ocrConfidence) - Generates a ResultsValue corresponding to a table field with the predefined table and body cells from the provided argument. Builds the necessary headerValue out of the headerCells and the necessary bodyValues out of the bodyCells.
    ADVERTENCIA:

    Este método está obsoleto.

  • CreateTableValue(Field tableField, ResultsValue headerValue, IEnumerable<ResultsValue> bodyValues, float confidence, float ocrConfidence) - Generates a ResultsValue corresponding to a table field with the predefined table value and body row values.
    ADVERTENCIA:

    Este método está obsoleto.

  • CreateWithCustomAreaReference(string newValue, int pageIndex, Box area, float confidence, float ocrConfidence, Document document, TextType textType) - Creates a value with a custom area reference.
  • CreateWithNoReference(string newValue, float confidence, float ocrConfidence) - Creates a value without reference.
  • CreateWithWordsReference(string newValue, int pageIndex, Box area, float confidence, float ocrConfidence, Document document) - Creates a value which references the words found in the specified area. The method will look up any words overlapping the provided area and will add them to the value reference.

Propiedades

  • Components (ResultsDataPoint[]) - The subfields and their respective values.
  • Confidence float : un valor entre 0 y 1 que representa la confianza para el valor del campo informado.
  • DerivedFields (ResultsDerivedField[]) - A list of derived parts, varying according to the field type defined in the taxonomy.
  • OcrConfidence float : un valor entre 0 y 1 que representa la confianza de OCR para el valor del campo informado.
  • OperatorConfirmed bool : se puede utilizar para verificar que el valor ha sido revisado por un humano.
  • Reference UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference: la referencia del valor informado.
  • TextType UiPath.DocumentProcessing.Contracts.Dom.TextType : proporciona el origen del texto del valor extraído.
  • UnformattedValue string : el valor de cadena sin formato notificado.
  • Value string : el valor textual notificado.
  • ValidatorNotes String - Either the entered text, the selected option, or an empty string. Defaults to an empty string.
  • ValidatorNotesInfo String - The description of the ValidatorNotes. Defaults to an empty string.
  • Definición
  • Descripción
  • Miembros
  • Constructores
  • Métodos
  • 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