marketplace
latest
false
- リリース ノート
- 概要
- 基本情報
- 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
- 連携の独自開発
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Marketplace ユーザー ガイド
最終更新日時 2026年4月1日
Activities (アクティビティ)
以下の表に、Amazon Textract アクティビティ パッケージに含まれるアクティビティのリストを示します。
| アクティビティ | 説明 |
|---|---|
| Amazon Scope | IAM の資格情報を使用して、UiPath と AWS リソースの間に認証された接続を確立します。 |
| Analyze Single Page Document | Analyzes a local document or a document stored in an S3 bucket. After analyzing the document, the activity returns the document properties in a PageDetail object that you can use as input variables in other activities outside of the Amazon Textract Activities Package. |
| Analyze Multipage Document | Analyzes a multipage document stored in an S3 bucket. After analyzing the document, the activity returns the document properties in a PageDetail[] object that you can use as input variables in other activities outside of the Amazon Textract Activities Package. |
| Start Document Analysis | Asynchronously starts the analysis of a document stored in an S3 bucket. After starting the document analysis, the activity returns the identifier assigned to the document analysis process as a String (JobId) that you can use as an input variable in the Get Document Analysis Status and Get Document Analysis activities. |
| Get Document Analysis Status | Asynchronously retrieves the status of an existing or previously executed document analysis job. After retrieving the document analysis, the activity returns the job status as a String value that you can use as a condition to run other activities (e.g. Get Document Analysis). |
| Get Document Analysis | Asynchronously retrieves the results of a document analysis operation. After retrieving the document analysis, the activity returns the document properties in a PageDetail[] object that you can use as input variables in other activities outside of the Amazon Textract Activities Package. |