UiPath Documentation
marketplace
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Marketplace ユーザー ガイド

最終更新日時 2026年4月1日

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.

  1. セットアップ」の手順を完了します。
  2. プロジェクトに [Azure Form Recognizer スコープ] アクティビティを追加します。
  3. Add an activity or run an external process that outputs the result location (e.g., Analyze Receipt Async).
  4. Add the Get Analyze Receipt Result activity inside the Azure Form Recognizer Scope activity.
  5. [入力] セクションのプロパティに値を入力します。
  6. Create and enter String, AnalyzeOperationResult, and Page[] variables for the Output properties.
  7. アクティビティを実行します。
    • 入力したプロパティは、Get Analyze Receipt Result API に渡されます。

    • API は、ステータス StringAnalyzeFormResponse、および 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

出力

操作ステータス

操作のステータスです。

属性

詳細

入力

String

Required

いいえ (後続のアクティビティで出力データを使用する必要があります)

既定値

許容値

String 型変数を入力します。

備考

以下の 4 つのステータスが考えられます。

  • notStarted : The analysis operation has not started.
  • running : The analysis operation is in progress.
  • failed : The analysis operation failed.
  • succeeded : The analysis operation succeeded.

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.

属性

詳細

入力

Receipt[]

Required

いいえ (後続のアクティビティで出力データを使用する必要があります)

既定値

許容値

Receipt 型変数を入力します。

備考

Receipt オブジェクトには、他のアクティビティで使用できる次のプロパティが含まれています。
  • マーチャント名
  • マーチャント電話番号
  • マーチャント アドレス
  • 取引日付
  • トランザクション時間
  • 合計
  • 小計
  • 動作のしくみ
  • プロパティ
  • 共通
  • 入力
  • その他
  • 出力

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得