activities
latest
false
- リリース ノート
- 概要
- Communications Mining™ にデータをアップロードする
- Dispatcher Framework を使用する
- アクティビティ リファレンス
- 使用ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Communications Mining アクティビティ
UiPath.CommunicationsMining.Activities.Streams.GetStreamResults
Communications Mining™ のストリームから結果を取得します。
プロジェクトの対応 OS
Windows | クロスプラットフォーム
構成
デザイナー パネル
- プロジェクト名 - データセットを含む Communications Mining™ のプロジェクトです。
- データセット名 - ストリームを含む Communications Mining のデータセットです。
- ストリーム名 - 結果の取得元である Communications Mining のストリームです。
プロパティ パネル
- 結果 - ストリームの結果です。出力変数に格納されます。
StreamResultオブジェクトの構造と使用可能なプロパティについて詳しくは、「StreamResult について」をご覧ください。
| 名前 | フル ネーム | 方向 | 説明 | 値が必要です。 |
|---|---|---|---|---|
| プロジェクト名 | プロジェクト | 入力 | データセットを含む Communications Mining のプロジェクトです。 | True |
| データセット名 | データセット | 入力 | ストリームを含む Communications Mining のデータセットです。 | True |
| ストリーム名 | ストリーム | 入力 | 結果の取得元である Communications Mining のストリームです。 | True |
| 結果 | 結果 | 出力 | 要求に対するリスト StreamResult を含む応答です。 | False |
Stream thresholds and message filtering
This activity returns all messages from the stream, regardless of the confidence thresholds configured in the Communications Mining interface. Thresholds affect which predictions are considered actionable — not which messages are returned.
To filter results based on thresholds, use the following methods on the StreamResult output:
- GetLabelExtraction — Returns all label extractions for a message.
- GetLabelExtractionsOverOccurrenceConfidenceThreshold — Returns only label extractions that meet or exceed the confidence threshold configured in the stream.