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年10月29日
ClassificationResult クラス
ClassificationResult
は、ドキュメントの一部の分類結果を表すパブリック クラスです。
コンストラクター
ClassificationResult
(string
documentTypeId
,string
documentId
,UiPath.DocumentProcessing.Contracts.Results.ResultsDocumentBounds
documentBounds
) -ClassificationResult
クラスの新しいインスタンスを初期化し、DocumentTypeId
、DocumentId
、DocumentBounds
プロパティを指定されたとおりに設定します。ClassificationResult
(string
documentTypeId
,string
documentId
,float
confidence
,float
ocrConfidence
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,UiPath.DocumentProcessing.Contracts.Results.ResultsDocumentBounds
documentBounds
) -ClassificationResult
クラスの新しいインスタンスを初期化し、DocumentTypeId
,DocumentId
を設定します。Confidence
、OcrConfidence
、Reference
、およびDocumentBounds
プロパティが提供されます。ClassificationResult
(string
documentTypeId
,string
documentId
,float
confidence
,float
ocrConfidence
,UiPath.DocumentProcessing.Contracts.Results.ResultsContentReference
reference
,UiPath.DocumentProcessing.Contracts.Results.ResultsDocumentBounds
documentBounds
, 文字列classifierName
) -ClassificationResult
クラスの新しいインスタンスを初期化し、DocumentTypeId
を設定します。DocumentId
、Confidence
、OcrConfidence
、Reference
、DocumentBounds
、およびClassifierName
プロパティが提供されます。
メソッド
AsExtractionResult
(UiPath.DocumentProcessing.Contracts.Taxonomy.DocumentTaxonomy
taxonomy
) - 利用可能な分類情報を使用して生成されたUiPath.DocumentProcessing.Contracts.Results.ExtractionResult
オブジェクトを返し、すべてのフィールドをMissing
としてレポートします。Serialize()
-UiPath.DocumentProcessing.Contracts.Results.ClassificationResult
オブジェクトを JSON 文字列にシリアル化します。Deserialize(string)
- JSON 文字列をUiPath.DocumentProcessing.Contracts.Results.ClassificationResult
オブジェクトに逆シリアル化します。
プロパティ
DocumentId
string
- 分類されるドキュメントの名前です。DocumentTypeId
string
- 分類器によって報告されるドキュメントの種類の ID です。Confidence
float
- 報告対象のDocumentTypeId
に関連する分類器の信頼度を表す 0 から 1 の範囲の値です。OcrConfidence
float
- 指定された分類結果に対して提供される証拠に関連する OCR 信頼度を表す 0 から 1 の範囲の値です。ClassifierName
string
- 結果を提供する分類器の名前です。DocumentBounds
- 分類が報告されるドキュメントの境界です。Reference
- 提供された分類の証拠となる参照情報です。