アクティビティ
最新
偽
- リリース ノート
- 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 クラス
- リリース ノート
- OCR コントラクトについて
- プロジェクトの対応 OS
- IOCRActivity インターフェイス
- OCRAsyncCodeActivity クラス
- OCRCodeActivity クラス
- OCRNativeActivity クラス
- Character クラス
- OCRResult クラス
- Word クラス
- FontStyles 列挙型
- OCRRotation 列挙型
- OCRCapabilities クラス
- OCRScrapeBase クラス
- OCRScrapeFactory クラス
- ScrapeControlBase クラス
- ScrapeEngineUsages 列挙型
- ScrapeEngineBase
- ScrapeEngineFactory クラス
- ScrapeEngineProvider クラス
Document Understanding アクティビティ
最終更新日 2023年11月22日
SimpleFieldValue クラス
名前空間: UiPath.DocumentProcessing.Contracts.Results
アセンブリ: UiPath.DocumentProcessing.Contracts
説明
参照情報やソーシング情報がない、表ではなくより簡単な形式のフィールドに対する ResultsValue
の投影を表すパブリック クラスです。
メンバー
コンストラクター
SimpleFieldValue
(stringrawValue
, stringderivedValue
, floatconfidence
, [floatocrConfidence = -1
]) - 対応する引数でSimpleFieldValue
クラスの新しいインスタンスを初期化します。-
SimpleFieldValue
(stringrawValue
, stringunformattedValue
, stringderivedValue
, floatconfidence
, [floatocrConfidence = -1
]) - 対応する引数でSimpleFieldValue
クラスの新しいインスタンスを初期化します。`
プロパティ
Confidence
float - 0 と 1 の間の値を持つ、値の信頼度です。DerivedValue
文字列 - 報告される書式付き値を表します。 整数 フィールドの場合、FieldID
= 'Value' のResultsDerivedField
内の値です。 日付 フィールドの場合、値の派生部分をYYYY-MM-DD
形式で表す文字列です。他のフィールドについては、値に関連付けられているResultsDerivedField
エントリの書式を.CSV
、文字列エスケープされます。Empty
-RawValue
とDerivedValue
が空でConfidence
がResultConstants.UnknownConfidence
に設定された、空のSimpleResultsValue
を返す静的読み取り専用プロパティです。OcrConfidence
float - 値の OCR の信頼度を取得します。RawValue
文字列 -ResultsValue
オブジェクトで報告されるValue
です。このフィールドは非推奨です。代わりにUnformattedValue
を使用してください。UnformattedValue
文字列 - 抽出器によって報告される未フォーマットの値を取得します。Value
string - 実際に抽出された値を取得します。