

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 使用软件开发工具包对 Amazon Comprehend 执行的操作 AWS
<a name="service_code_examples_actions"></a>

以下代码示例演示了如何使用软件开发工具包执行单个 Amazon Compre AWS hend 操作。每个示例都包含一个指向的链接 GitHub，您可以在其中找到有关设置和运行代码的说明。

这些代码节选调用了 Amazon Comprehend API，是必须在上下文中运行的大型程序的代码节选。您可以在[使用软件开发工具包的 Amazon Comprehend 场景 AWS](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)