- リリース ノート
- 概要
- 基本情報
- Marketplace ベンダー
- Marketplace のお客様
- パブリッシング ガイドライン
- すぐに使えるオートメーションのパブリッシング ガイドライン
- ソリューション アクセラレータの公開ガイドライン
- Integration Service コネクタの公開ガイドライン
- Process Mining アプリ テンプレートのパブリッシュ ガイドライン
- セキュリティと IP 保護
- その他の UiPath コンポーネント
- Node-RED
- セットアップ
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team from Group
- Get Team
- Get Teams
- Channels
- チャンネルを作成
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- メッセージを取得
- メッセージを取得
- Get Message Replies
- メッセージに返信
- メッセージを送信
- イベント
- イベント/予定を作成
- イベント/予定を削除
- Get Event
- Get Events
- ユーザー
- Get User Presence
- 動作のしくみ
- テクニカル リファレンス
- はじめに
- 概要
- セットアップ
- テクニカル リファレンス
- Azure Form Recognizer Scope
- Activities (アクティビティ)
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- モデル キーを取得する
- Get Model Info
- モデルを削除
- コネクタ
- How to Create Activities
- 連携の独自開発

Marketplace ユーザー ガイド
Get Analyze Receipt Result
The Get Analyze Receipt Result activity uses the Form Recognizer Get Analyze Receipt Result API to asynchronously retrieve the results of previously run receipt analysis operation (Result Location).
After completing the operation, the activity outputs the operation status in a String (Operation Status), and the results in an AnalyzeOperationResult object (Response Object) and a Receipt[] object (Receipts). All outputs can be used as input variables in subsequent activities (e.g., conditional logic).
動作のしくみ
The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.
- 「セットアップ」の手順を完了します。
- プロジェクトに [Azure Form Recognizer スコープ] アクティビティを追加します。
- Add an activity or run an external process that outputs the result location (e.g., Analyze Receipt Async).
- Add the Get Analyze Receipt Result activity inside the Azure Form Recognizer Scope activity.
- [入力] セクションのプロパティに値を入力します。
- Create and enter
String,AnalyzeOperationResult, andPage[]variables for the Output properties. - アクティビティを実行します。
-
入力したプロパティは、Get Analyze Receipt Result API に渡されます。
-
API は、ステータス
String、AnalyzeFormResponse、およびReceipt[]の値を、出力プロパティ変数に返します。
-
プロパティ
以下のプロパティの値は、このアクティビティを UiPath Studio でプロジェクトに追加するときに指定します。
共通
表示名
アクティビティの表示名です。
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | はい |
| 既定値 | 領収書の結果を分析する |
| 許容値 | String または String 型変数を入力します。 |
| 備考 | N/A |
入力
結果の場所
The URL containing the Result ID used to track the progress and obtain the result of the operation.
| 属性 | 詳細 |
|---|---|
| 入力 | String |
| Required | いいえ (後続のアクティビティで出力データを使用する必要があります) |
| 既定値 | 空 |
| 許容値 | String 型変数を入力します。 |
| 備考 | To get the Result Location, add an activity or run an external process that outputs the result location (e.g., Analyze Receipt Async). For more information, see Operation-Location in the Analyze Receipt API documentation. |
その他
プライベート (Private)
選択すると、変数と引数の値が Verbose レベルでログ記録されなくなります。
| 属性 | 詳細 |
|---|---|
| 入力 | チェックボックス |
| Required | いいえ |
| 既定値 | 非選択 |
| 許容値 | 選択または非選択 |
| 備考 | N/A |
出力
操作ステータス
操作のステータスです。
| 属性 | 詳細 |
|---|---|
| 入力 |
|
| Required | いいえ (後続のアクティビティで出力データを使用する必要があります) |
| 既定値 | 空 |
| 許容値 | String 型変数を入力します。 |
| 備考 | 以下の 4 つのステータスが考えられます。
If the status is succeeded , the response JSON includes the form understanding and text recognition results. |
Response Object
逆シリアル化されたオブジェクトとしての操作の応答です。
| 属性 | 詳細 |
|---|---|
| 入力 | AnalyzeOperationResult |
| Required | いいえ (後続のアクティビティで出力データを使用する必要があります) |
| 既定値 | 空 |
| 許容値 | AnalyzeOperationResult 型変数を入力します。 |
| 備考 | To get the JSON string representation, use the ToString method. If the model can't find a field, a null value is returned. For more information about the object, including the data fields, see the response section of the Get Analyze Receipt Result API documentation. |
Receipts (領収書)
The understanding results of the receipt analysis, including the key/value information for the most relevant parts of the receipt.
| 属性 | 詳細 |
|---|---|
| 入力 |
|
| Required | いいえ (後続のアクティビティで出力データを使用する必要があります) |
| 既定値 | 空 |
| 許容値 | Receipt 型変数を入力します。 |
| 備考 | 各 Receipt オブジェクトには、他のアクティビティで使用できる次のプロパティが含まれています。
|