activities
latest
false
- 概要
- Document Processing Contracts
- リリース ノート
- Document Processing Contracts について
- Box クラス
- IPersistedActivity インターフェイス
- PrettyBoxConverter クラス
- IClassifierActivity インターフェイス
- IClassifierCapabilitiesProvider インターフェイス
- ClassifierDocumentType クラス
- ClassifierResult クラス
- ClassifierCodeActivity クラス
- ClassifierNativeActivity クラス
- ClassifierAsyncCodeActivity クラス
- ClassifierDocumentTypeCapability クラス
- ExtractorAsyncCodeActivity クラス
- ExtractorCodeActivity クラス
- ExtractorDocumentType クラス
- ExtractorDocumentTypeCapabilities クラス
- ExtractorFieldCapability クラス
- ExtractorNativeActivity クラス
- ExtractorResult クラス
- ICapabilitiesProvider インターフェイス
- IExtractorActivity インターフェイス
- ExtractorPayload クラス
- DocumentActionPriority 列挙型
- DocumentActionData クラス
- DocumentActionStatus 列挙型
- DocumentActionType 列挙型
- DocumentClassificationActionData クラス
- DocumentValidationActionData クラス
- UserData クラス
- Document クラス
- DocumentSplittingResult クラス
- DomExtensions クラス
- Page クラス
- PageSection クラス
- Polygon クラス
- PolygonConverter クラス
- Metadata クラス
- WordGroup クラス
- Word クラス
- ProcessingSource 列挙型
- ResultsTableCell クラス
- ResultsTableValue クラス
- ResultsTableColumnInfo クラス
- ResultsTable クラス
- Rotation 列挙型
- SectionType 列挙型
- WordGroupType 列挙型
- IDocumentTextProjection インターフェイス
- ClassificationResult クラス
- ExtractionResult クラス
- ResultsDocument クラス
- ResultsDocumentBounds クラス
- ResultsDataPoint クラス
- ResultsValue クラス
- ResultsContentReference クラス
- ResultsValueTokens クラス
- ResultsDerivedField クラス
- ResultsDataSource 列挙型
- ResultConstants クラス
- SimpleFieldValue クラス
- TableFieldValue クラス
- DocumentGroup クラス
- DocumentTaxonomy クラス
- DocumentType クラス
- Field クラス
- FieldType 列挙型
- LanguageInfo クラス
- MetadataEntry クラス
- TextType 列挙型
- TypeField クラス
- ITrackingActivity インターフェイス
- ITrainableActivity インターフェイス
- ITrainableClassifierActivity インターフェイス
- ITrainableExtractorActivity インターフェイス
- TrainableClassifierAsyncCodeActivity クラス
- TrainableClassifierCodeActivity クラス
- TrainableClassifierNativeActivity クラス
- TrainableExtractorAsyncCodeActivity クラス
- TrainableExtractorCodeActivity クラス
- TrainableExtractorNativeActivity クラス
- Document Understanding Digitizer
- Document Understanding ML
- Document Understanding OCR ローカル サーバー
- Document Understanding
- IntelligentOCR
- リリース ノート
- IntelligentOCR アクティビティ パッケージについて
- プロジェクトの対応 OS
- 認証を構成する
- タクソノミーを読み込み
- ドキュメントをデジタル化
- ドキュメント分類スコープ
- キーワード ベースの分類器
- Document Understanding プロジェクト分類器
- インテリジェント キーワード分類器
- ドキュメント分類アクションを作成
- ドキュメント分類アクション完了まで待機し再開
- 分類器トレーニング スコープ
- キーワード ベースの分類器トレーナー
- インテリジェント キーワード分類器トレーナー
- データ抽出スコープ
- Document Understanding プロジェクト抽出器
- 正規表現ベースの抽出器
- フォーム抽出器
- インテリジェント フォーム抽出器
- 検証ステーションを提示
- ドキュメント検証アクションを作成
- ドキュメント検証アクション完了まで待機し再開
- 抽出器トレーニング スコープ
- 抽出結果をエクスポート
- ML サービス
- OCR
- OCR Contracts
- リリース ノート
- OCR コントラクトについて
- プロジェクトの対応 OS
- IOCRActivity インターフェイス
- OCRAsyncCodeActivity クラス
- OCRCodeActivity クラス
- OCRNativeActivity クラス
- Character クラス
- OCRResult クラス
- Word クラス
- FontStyles 列挙型
- OCRRotation 列挙型
- OCRCapabilities クラス
- OCRScrapeBase クラス
- OCRScrapeFactory クラス
- ScrapeControlBase クラス
- ScrapeEngineUsages 列挙型
- ScrapeEngineBase
- ScrapeEngineFactory クラス
- ScrapeEngineProvider クラス
- OmniPage
- PDF
- [リストから削除済] ABBYY
- [リストから削除済] ABBYY Embedded
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Document Understanding アクティビティ
Last updated 2024年11月21日
ResultsValue クラス
抽出結果のフィールドについて報告された値を表すパブリック クラスです。
メモ: UiPath.DocumentProcessing.Contracts パッケージ v1.17 以降では、使用されていないとマークされているコンストラクタ、メソッド、およびプロパティを識別できるようになりました。 これらの構造は、今後削除される予定です。 値レベルのサブフィールドのサポートは現在は行われなくなり、テーブル フィールドは新しいデータ構造を使用して表示されるようになりました。
コンストラクター
ResultsValue
(string
value
、string
unformattedValue
、UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
、float
confidence
、 floatocrConfidence
) - 単純な自動抽出UiPath.DocumentProcessing.Contracts.Results.ResultsValue
を作成します。ResultsValue
(string
value
,string
unformattedValue
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,UiPath.DocumentProcessing.Contracts.Results.ResultsDerivedField[]
derivedFields
,float
confidence
,float
ocrConfidence
) - 派生パーツを含む単純な自動抽出UiPath.DocumentProcessing.Contracts.Results.ResultsValue
を作成します。ResultsValue
(string
value
,string
unformattedValue
,UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint[]
components
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,UiPath.DocumentProcessing.Contracts.Results.ResultsDerivedField[]
derivedFields
,float
confidence
,float
ocrConfidence
,bool
operatorConfirmed
) -ResultsValue
クラスの新しいインスタンスをvalue
で初期化します。unformattedValue
、components
(テーブルの場合)、reference
、derived fields
、confidence
、およびOperatorConfirmed
フラグ。警告: このメソッドは互換性のために残されています。ResultsValue
(string
value
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,float
confidence
,float
ocrConfidence
) -ResultsValue
クラスの新しいインスタンスを、設定値と、それに対応する参照レベルおよび信頼レベルを指定して初期化します。ResultsValue
(string
value
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,UiPath.DocumentProcessing.Contracts.Results.ResultsDerivedField
derivedFields
,float
confidence
,float
ocrConfidence
) -ResultsValue
クラスの新しいインスタンスを設定値、対応する参照レベル、信頼度レベルで初期化すると同時に、書式設定された値をDerivedParts
に設定します。ResultsValue
(string
value
,UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint
components
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,UiPath.DocumentProcessing.Contracts.Results.ResultsDerivedField
derivedFields
,float
confidence
,float
ocrConfidence
,bool
operatorConfirmed
) -ResultsValue
クラスの新しいインスタンスをvalue
で初期化します。components
(テーブルの場合)、reference
、derived fields
、confidence
、およびOperatorConfirmed
フラグ。警告: このメソッドは互換性のために残されています。ResultsValue
(UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint
components
,float
confidence
,float
ocrConfidence
) - 表に使用されます。ResultsValue
クラスの新しいインスタンスを、components
引数および対応する信頼度レベルを指定して初期化します。警告: このメソッドは互換性のために残されています。ResultsValue(string, UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint[], UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference, UiPath.DocumentProcessing.Contracts.Results.ResultsDerivedField[], float, float, bool)
- 指定された引数を使用して、クラスのインスタンスを作成します。
メソッド
CreateTableValue
(UiPath.DocumentProcessing.Contracts.Taxonomy.Field
tableField
,System.Collections.Generic.IEnumerable<UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint>
headerCells
,System.Collections.Generic.IEnumerable<
System.Collections.Generic.IEnumerable<UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint>>
bodyCells
,<float>
,<float>
) - 指定した引数から定義済みの表セルと本文セルを使用して、表フィールドに対応するResultsValue
を生成します。headerCells
から必要なheaderValue
を構築し、bodyCells
から必要なbodyValues
を構築します。警告: このメソッドは互換性のために残されています。CreateTableValue
(UiPath.DocumentProcessing.Contracts.Taxonomy.Field
tableField
,UiPath.DocumentProcessing.Contracts.Results.ResultsValue
headerValue
,System.Collections.Generic.IEnumerable<UiPath.DocumentProcessing.Contracts.Results.ResultsValue>
bodyValues
,<float>
,<float>
ocrConfidence
) - 定義済みの表の値と本文行の値を持つ表フィールドに対応するResultsValue
を生成します。警告: このメソッドは互換性のために残されています。CreateWithCustomAreaReference
(<string>, <int>, UiPath.DocumentProcessing.Contracts.Box, float,float, UiPath.DocumentProcessing.Contracts.Dom.Document
) - カスタム領域参照を持つ値を作成します。CreateWithNoReference
(<string>, <float>, <float>
) - 参照なしで値を作成します。CreateWithWordsReference
(<string>, <int>, UiPath.DocumentProcessing.Contracts.Boxarea, <float> confidence, <float> ocrConfidence, <UiPath.DocumentProcessing.Contracts.Dom.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.
プロパティ
Components
UiPath.DocumentProcessing.Contracts.Results.ResultsDataPoint - サブフィールドとそれらの値です。警告: このメソッドは互換性のために残されています。Confidence
float
- 報告されるフィールド値の信頼度を表す0
から1
の値です。DerivedFields
UiPath.DocumentProcessing.Contracts.Results.ResultsDerivedField
- タクソノミーで定義されたフィールドの種類に応じて変化する派生部品のリスト。OcrConfidence
float
- 報告されるフィールド値の OCR 信頼度を表す 0 と 1 の間の値です。OperatorConfirmed
bool
- 人間が値をレビュー済みであることを確認するために使用できます。Reference
UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
- 報告される値の参照です。TextType
UiPath.DocumentProcessing.Contracts.Dom.TextType
- 抽出された値のテキストの原点です。UnformattedValue
string
- 報告された未フォーマットの文字列値です。Value
string
- 報告されたテキストの値です。