

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# Amazon Comprehend AWS SDKs的動作
<a name="service_code_examples_actions"></a>

下列程式碼範例示範如何使用 AWS SDKs 執行個別 Amazon Comprehend 動作。每個範例均包含 GitHub 的連結，您可以在連結中找到設定和執行程式碼的相關說明。

這些摘錄會呼叫 Amazon Comprehend API，是必須在內容中執行之大型程式的程式碼摘錄。您可以在 [使用 AWS SDKs Amazon Comprehend 案例](service_code_examples_scenarios.md) 中查看內容中的動作。

 下列範例僅包含最常使用的動作。如需完整清單，請參閱《[Amazon Comprehend API 參考](https://docs.aws.amazon.com/comprehend/latest/APIReference/welcome.html)》。

**Topics**
+ [`CreateDocumentClassifier`](example_comprehend_CreateDocumentClassifier_section.md)
+ [`DeleteDocumentClassifier`](example_comprehend_DeleteDocumentClassifier_section.md)
+ [`DescribeDocumentClassificationJob`](example_comprehend_DescribeDocumentClassificationJob_section.md)
+ [`DescribeDocumentClassifier`](example_comprehend_DescribeDocumentClassifier_section.md)
+ [`DescribeTopicsDetectionJob`](example_comprehend_DescribeTopicsDetectionJob_section.md)
+ [`DetectDominantLanguage`](example_comprehend_DetectDominantLanguage_section.md)
+ [`DetectEntities`](example_comprehend_DetectEntities_section.md)
+ [`DetectKeyPhrases`](example_comprehend_DetectKeyPhrases_section.md)
+ [`DetectPiiEntities`](example_comprehend_DetectPiiEntities_section.md)
+ [`DetectSentiment`](example_comprehend_DetectSentiment_section.md)
+ [`DetectSyntax`](example_comprehend_DetectSyntax_section.md)
+ [`ListDocumentClassificationJobs`](example_comprehend_ListDocumentClassificationJobs_section.md)
+ [`ListDocumentClassifiers`](example_comprehend_ListDocumentClassifiers_section.md)
+ [`ListTopicsDetectionJobs`](example_comprehend_ListTopicsDetectionJobs_section.md)
+ [`StartDocumentClassificationJob`](example_comprehend_StartDocumentClassificationJob_section.md)
+ [`StartTopicsDetectionJob`](example_comprehend_StartTopicsDetectionJob_section.md)