document-understanding
latest
false
- 基本情報
- Document Understanding™ Cloud API の使用例
- ライセンス
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Document Understanding API ガイド
最終更新日時 2025年9月10日
Extract data from the document using the same
documentId
and the extractorId
. The extractorID
is selected based on the classification result. Select a suitable extractor based on the documentTypeId
returned by the classification. You can discover classifiers either by calling the Discover Classifiers routes, or by calling the Get Project By Id route. Here are more details about how to use the Discovery Service for retrieving information about the project's available classifiers and extractors.
抽出の POST 呼び出しは、同期消費または非同期消費で実行できます。
各アクションには、1 つの POST 呼び出しと複数の GET 呼び出しが必要です (ポーリングのため)。つまり、抽出結果を検証する場合は、1 つの POST 呼び出しと複数の GET 呼び出しを実行する必要があります。
注: 抽出データは 1 日後に論理的に削除されます。
以下の例では、非同期消費のために POST 呼び出しを使用しています。
操作に応じて、Document Understanding Cloud API 呼び出しでは次のクラスが使用されます。
- デジタル化されたドキュメントの場合、Document クラス
- 分類結果の場合、ClassificationResult クラス