activities
latest
false
Document Understanding 活动
- 概述
- 文档处理合同
- 发行说明
- 关于文档处理合同
- Box 类
- IPersistedActivity 接口
- PrettyBoxConverter 类
- IClassifierActivity 接口
- IClassifierCapabilitiesProvider 接口
- 分类器文档类型类
- 分类器结果类
- 分类器代码活动类
- 分类器原生活动类
- 分类器异步代码活动类
- 分类器文档类型功能类
- ContentValidationData Class
- EvaluatedBusinessRulesForFieldValue Class
- EvaluatedBusinessRuleDetails Class
- 提取程序异步代码活动类
- 提取程序代码活动类
- 提取程序文档类型类
- 提取程序文档类型功能类
- 提取程序字段功能类
- 提取程序原生活动类
- 提取程序结果类
- FieldValue Class
- FieldValueResult Class
- ICapabilitiesProvider 接口
- IExtractorActivity 接口
- 提取程序有效负载类
- 文档操作优先级枚举
- 文档操作数据类
- 文档操作状态枚举
- 文档操作类型枚举
- 文档分类操作数据类
- 文档验证操作数据类
- 用户数据类
- 文档类
- 文档拆分结果类
- DomExtensions 类
- 页类
- 页面分区类
- 多边形类
- 多边形转换器类
- 元数据类
- 词组类
- 词类
- 处理源枚举
- 结果表格单元类
- 结果表值类
- 结果表列信息类
- 结果表类
- 旋转枚举
- Rule Class
- RuleResult Class
- RuleSet Class
- RuleSetResult Class
- 分区类型枚举
- 词组类型枚举
- IDocumentTextProjection 接口
- 分类结果类
- 提取结果类
- 结果文档类
- 结果文档范围类
- 结果数据点类
- 结果值类
- 结果内容引用类
- 结果值令牌类
- 结果派生字段类
- 结果数据源枚举
- 结果常量类
- 简单字段值类
- 表字段值类
- 文档组类
- 文档分类类
- 文档类型类
- 字段类
- 字段类型枚举
- FieldValueDetails Class
- 语言信息类
- 元数据输入类
- 文本类型枚举
- 类型字段类
- ITrackingActivity 接口
- ITrainableActivity 接口
- ITrainableClassifierActivity 接口
- ITrainableExtractorActivity 接口
- 可训练的分类器异步代码活动类
- 可训练的分类器代码活动类
- 可训练的分类器原生活动类
- 可训练的提取程序异步代码活动类
- 可训练的提取程序代码活动类
- 可训练的提取程序原生活动类
- 基本数据点类
- 基本值类
- ComponentCollectionFacade 类
- 数据点外观基类
- 提取结果处理程序类
- 字段组数据点类
- FieldGroupValue 类
- 字段查找基类
- 字段脱敏设置类
- RedactionOptions 类(预览)
- RedactionType 枚举
- 结果值外观基类
- 表格数据点类
- 表格行类
- “表格值”类
- 通配符数据点类
- 通配符数据点集合类
- Document Understanding ML
- Document Understanding OCR 本地服务器
- Document Understanding
- 智能 OCR
- 发行说明
- 关于“智能 OCR”活动包
- 项目兼容性
- 加载分类
- 将文档数字化
- 分类文档作用域
- 基于关键词的分类器
- Document Understanding 项目分类器
- 智能关键词分类器
- 创建文档分类操作
- 创建文档验证工件
- 检索文档验证工件
- 等待文档分类操作然后继续
- 训练分类器范围
- 基于关键词的分类训练器
- 智能关键词分类训练器
- 数据提取作用域
- Document Understanding 项目提取程序
- Document Understanding 项目提取程序训练器
- 基于正则表达式的提取程序
- 表单提取程序
- 智能表单提取程序
- 文档脱敏
- 创建文档验证操作
- 等待文档验证操作然后继续
- 训练提取程序范围
- 导出提取结果
- 机器学习提取程序
- 机器学习提取程序训练器
- 机器学习分类器
- 机器学习分类训练器
- 生成分类器
- 生成式提取程序
- 配置身份验证
- ML 服务
- OCR
- OCR 合同
- OmniPage
- PDF
- [未公开] Abbyy
- [未列出] Abbyy 嵌入式
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
ExtractionResult 类,表示文档某一部分的提取结果。
ExtractionResult是一个公共类,表示文档某一部分的提取结果。
定义
- 命名空间:
UiPath.DocumentProcessing.Contracts.Results - 程序集:
UiPath.DocumentProcessing.Contracts
描述
此为表示文档某一部分提取结果的公共类。
成员
构造函数
“ExtractionResult()”- 初始化“ExtractionResult”类的新实例(不含参数)。
方法
AsClassificationResult()- Returns a ClassificationResult generated using the information from theExtractionResultobject.- “
AsDataSet(bool includeConfidence = false)”- 返回“System.Data.DataSet”,其中包含“.Tables”集合中的多个“System.Data.DataTable”。该集合包含一个名为“简单字段”的表格,其中包含作为列的所有字段,以及字段的所有报告值(将作为表格中的值)。如果字段在“ExtractionResult”中不具有值,则系统不会报告任何值。如果表字段具有值,则系统会将其报告为“table”字符串。该字符串表示存在“DataTable”,且其字段名称包含作为列的列字段,以及各行的值(将作为“DataTable”中的值)。 - “
AsDataSet(bool includeConfidence = false, bool includeOcrConfidence = false)”- 返回“System.Data.DataSet”,其中包含“.Tables”集合中的多个“System.Data.DataTable”。该集合包含一个名为“简单字段”的表格,其中包含作为列的所有字段,以及字段的所有报告值(将作为表格中的值)。如果字段在“ExtractionResult”中不具有值,则系统不会报告任何值。如果表字段具有值,则系统会将其报告为“table”字符串。该字符串表示存在“DataTable”,且其字段名称包含作为列的列字段,以及各行的值(将作为“DataTable”中的值)。 Deserialize(string jsonString)- A static method that returns a new instance of theExtractionResultclass with the contents serialized in the input string.EnumerateValues(Func<ResultsValue, bool> condition = null)- Lets you iterate over all values in the results document, including table cell values.FlattenFields(Func<ResultsDataPoint, bool> condition = null)- Flattens the fields in theResultsDocumentand filters them based on the condition.警告:此方法已过时。
- “
GetDocumentType()”- 返回包含“ExtractionResult”对象的“DocumentTypeId”的字符串。 GetFields(Func<ResultsDataPoint, bool> condition = null)- Filters the fields in theResultsDocumentthat satisfy the condition.GetField(string fieldId)- Returns the field with the specified field ID ornullif it doesn't exist.GetSimpleFieldValues(string fieldId)- Returns a list of SimpleFieldValue for the inputfieldId.GetTable(string fieldId)- Returns the table with the specified id or null if it doesn't exist.GetTableFieldValue(string fieldId, int valueIndex = 0)- Returns a TableFieldValue containing cell values for the requiredfieldId. By default,valueIndexis set to 0.IsAnyFieldOrTableCellMissing()- Determines whether there is any data point or table cell which doesn't have values.备注:仅支持表字段的单个值。因此,“
valueIndex”只能设为 0。GetValueCount(string fieldId)- Returns an integer containing the number of values associated with the providedfieldId.- “
Serialize()”- 返回一个字符串,其中包含“ExtractionResult”对象的序列化表示。 GetFieldValidatorNotes(string fieldId)- Returns the field value containing validator notes with the specified field id, or null if it doesn't exist.SetFieldValidatorNotes(string fieldId, string validatorNotes)- Set the validator notes for the field with the specified field ID, if notes are activated for that field.GetFieldValidatorNotesInfo(string fieldId)- Returns the validator notes info for the field with the specified field id, or null if it doesn't exist.SetFieldValidatorNotesInfo(string fieldId, string validatorNotesInfo)- Set the validator notes for the field with the specified field ID, if notes are activated for that field.GetFieldValidatorNotesInfoByFieldName(string fieldName)- Returns the validator notes info for the field with the specified field name, or null if it doesn't exist.SetFieldValidatorNotesInfoByFieldName(string fieldName, string validatorNotesInfo)- Set the validator notes info for the field with the specified field name, if notes are activated for that field.
属性
DocumentIdString- 要为其报告提取结果的文档的名称。ExtractorPayloadsExtractorPayload[]- 提取程序提供的其他信息。ResultsDocumentUiPath.DocumentProcessing.Contracts.Results.ResultsDocument- 分类和数据提取结构的详细信息。ResultsVersionInt- 为文档报告的ExtractionResult的版本。 执行自动提取时从 0 开始,每次更改对象内容时应增加 1,以进行跟踪。