activities
latest
false
Document Understanding activities
- Overview
- Document Processing Contracts
- Release notes
- About the Document Processing Contracts
- Box Class
- IPersistedActivity interface
- PrettyBoxConverter Class
- IClassifierActivity Interface
- IClassifierCapabilitiesProvider Interface
- ClassifierDocumentType Class
- ClassifierResult Class
- ClassifierCodeActivity Class
- ClassifierNativeActivity Class
- ClassifierAsyncCodeActivity Class
- ClassifierDocumentTypeCapability Class
- ContentValidationData Class
- EvaluatedBusinessRulesForFieldValue Class
- EvaluatedBusinessRuleDetails Class
- ExtractorAsyncCodeActivity Class
- ExtractorCodeActivity Class
- ExtractorDocumentType Class
- ExtractorDocumentTypeCapabilities Class
- ExtractorFieldCapability Class
- ExtractorNativeActivity Class
- ExtractorResult Class
- FieldValue Class
- FieldValueResult Class
- ICapabilitiesProvider Interface
- IExtractorActivity Interface
- ExtractorPayload Class
- DocumentActionPriority Enum
- DocumentActionData Class
- DocumentActionStatus Enum
- DocumentActionType Enum
- DocumentClassificationActionData Class
- DocumentValidationActionData Class
- UserData Class
- Document Class
- DocumentSplittingResult Class
- DomExtensions Class
- Page Class
- PageSection Class
- Polygon Class
- PolygonConverter Class
- Metadata Class
- WordGroup Class
- Word Class
- ProcessingSource Enum
- ResultsTableCell Class
- ResultsTableValue Class
- ResultsTableColumnInfo Class
- ResultsTable Class
- Rotation Enum
- Rule Class
- RuleResult Class
- RuleSet Class
- RuleSetResult Class
- SectionType Enum
- WordGroupType Enum
- IDocumentTextProjection Interface
- ClassificationResult Class
- ExtractionResult Class
- ResultsDocument Class
- ResultsDocumentBounds Class
- ResultsDataPoint Class
- ResultsValue Class
- ResultsContentReference Class
- ResultsValueTokens Class
- ResultsDerivedField Class
- ResultsDataSource Enum
- ResultConstants Class
- SimpleFieldValue Class
- TableFieldValue Class
- DocumentGroup Class
- DocumentTaxonomy Class
- DocumentType Class
- Field Class
- FieldType Enum
- FieldValueDetails Class
- LanguageInfo Class
- MetadataEntry Class
- TextType Enum
- TypeField Class
- ITrackingActivity Interface
- ITrainableActivity Interface
- ITrainableClassifierActivity Interface
- ITrainableExtractorActivity Interface
- TrainableClassifierAsyncCodeActivity Class
- TrainableClassifierCodeActivity Class
- TrainableClassifierNativeActivity Class
- TrainableExtractorAsyncCodeActivity Class
- TrainableExtractorCodeActivity Class
- TrainableExtractorNativeActivity Class
- BasicDataPoint Class
- BasicValue Class
- ComponentCollectionFacade Class
- DataPointFacadeBase Class
- ExtractionResultHandler Class
- FieldGroupDataPoint Class
- FieldGroupValue Class
- FieldLookupBase Class
- FieldRedactionSettings Class
- RedactionOptions Class (Preview)
- RedactionType Enum
- ResultsValueFacadeBase Class
- TableDataPoint Class
- TableRow Class
- TableValue Class
- WildcardDataPoint Class
- WildcardDataPointCollection Class
- Document Understanding ML
- Document Understanding OCR Local Server
- Document Understanding
- Release notes
- About the Document Understanding activity package
- Project compatibility
- Configuring external connection
- Document Understanding coded automation APIs (preview)
- Set PDF Password
- Merge PDFs
- Get PDF Page Count
- Extract PDF Text
- Extract PDF Images
- Extract PDF Page Range
- Extract Document Data
- Create Validation Task and Wait
- Wait for Validation Task and Resume
- Create Validation Task
- Create Document Validation Artifacts
- Retrieve Document Validation Artifacts
- Classify Document
- Create Classification Validation Task
- Create Classification Validation Task and Wait
- Wait for Classification Validation Task and Resume
- Intelligent OCR
- Release notes
- About the IntelligentOCR activity package
- Project compatibility
- Load Taxonomy
- Digitize Document
- Classify Document Scope
- Keyword Based Classifier
- Document Understanding Project Classifier
- Intelligent Keyword Classifier
- Create Document Classification Action
- Create Document Validation Artifacts
- Retrieve Document Validation Artifacts
- Wait For Document Classification Action And Resume
- Train Classifiers Scope
- Keyword Based Classifier Trainer
- Intelligent Keyword Classifier Trainer
- Data Extraction Scope
- Document Understanding Project Extractor
- Document Understanding Project Extractor Trainer
- RegEx Based Extractor
- Form Extractor
- Intelligent Form Extractor
- Redact Document
- Create Document Validation Action
- Wait For Document Validation Action And Resume
- Train Extractors Scope
- Export Extraction Results
- Machine Learning Extractor
- Machine Learning Extractor Trainer
- Machine Learning Classifier
- Machine Learning Classifier Trainer
- Generative Classifier
- Generative Extractor
- Configuring Authentication
- ML Services
- OCR
- OCR Contracts
- Release notes
- About the OCR Contracts
- Project compatibility
- IOCRActivity Interface
- OCRAsyncCodeActivity Class
- OCRCodeActivity Class
- OCRNativeActivity Class
- Character Class
- OCRResult Class
- Word Class
- FontStyles Enum
- OCRRotation Enum
- OCRCapabilities Class
- OCRScrapeBase Class
- OCRScrapeFactory Class
- ScrapeControlBase Class
- ScrapeEngineUsages Enum
- ScrapeEngineBase
- ScrapeEngineFactory Class
- ScrapeEngineProvider Class
- OmniPage
- PDF
- [Unlisted] Abbyy
- [Unlisted] Abbyy Embedded
ResultsValue class, representing a value reported for a field in an extraction result.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Results - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public class that represents a value reported for a field in an extraction result.
Members
Constructors
ResultsValue(string value, string unformattedValue, ResultsContentReference reference, float confidence, float ocrConfidence)- Creates a simple automatically extractedResultsValue.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 between0and1that represents the confidence for the reported value.ocrConfidence(Single) - A value between0and1that represents the OCR confidence for the reported value.
ResultsValue(string value, ResultsContentReference reference, float confidence, float ocrConfidence)- Initializes a new instance of theResultsValueclass 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 extractedResultsValuewith 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 theResultsValueclass with a set value, its corresponding reference and confidence levels, while also setting the formatted value in theDerivedParts.value,reference,derivedFields,confidence,ocrConfidence- Same as above.
ResultsValue(string value, string unformattedValue, ResultsContentReference reference, ResultsDerivedField[] derivedFields, float confidence, float ocrConfidence, bool operatorConfirmed)- Creates aResultsValuewith derived parts, also setting theOperatorConfirmedflag.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 theResultsValueclass with thecomponentsargument 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 theResultsValueclass withvalue,components(in the case of tables),reference,derivedFields,confidence, as well as anOperatorConfirmedflag.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 theResultsValueclass withvalue,unformattedValue,components(in the case of tables),reference,derivedFields,confidence, as well as anOperatorConfirmedflag.value,unformattedValue,components,reference,derivedFields,confidence,ocrConfidence,operatorConfirmed- Same as above.
Methods
CreateTableValue(Field tableField, IEnumerable<ResultsDataPoint> headerCells, IEnumerable<IEnumerable<ResultsDataPoint>> bodyCells, float confidence, float ocrConfidence)- Generates aResultsValuecorresponding to a table field with the predefined table and body cells from the provided argument. Builds the necessaryheaderValueout of theheaderCellsand the necessarybodyValuesout of thebodyCells.Warning:This method is obsolete.
CreateTableValue(Field tableField, ResultsValue headerValue, IEnumerable<ResultsValue> bodyValues, float confidence, float ocrConfidence)- Generates aResultsValuecorresponding to a table field with the predefined table value and body row values.Warning:This method is obsolete.
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.
Properties
Components(ResultsDataPoint[]) - The subfields and their respective values.Confidencefloat- A value between0and1that represents the confidence for the reported field value.DerivedFields(ResultsDerivedField[]) - A list of derived parts, varying according to the field type defined in the taxonomy.OcrConfidencefloat- A value between 0 and 1 that represents the OCR confidence for the reported field value.OperatorConfirmedbool- Can be used to verify that the value has been reviewed by a human.ReferenceUiPath.DocumentProcessing.Contracts.Results.ResultsContentReference- The reference for the reported value.TextTypeUiPath.DocumentProcessing.Contracts.Dom.TextType- Provides the text origin of the extracted value.UnformattedValuestring- The reported unformatted string value.Valuestring- The reported textual value.ValidatorNotesString- Either the entered text, the selected option, or an empty string. Defaults to an empty string.ValidatorNotesInfoString- The description of theValidatorNotes. Defaults to an empty string.