Using Amazon Comprehend with your applications
In this section, you will see a detailed walkthrough of broad categories of APIs available for Amazon Comprehend and Comprehend Medical through a Jupyter notebook example, which you can run in your AWS account. To set up the notebook, refer to the Technical requirements section of this chapter.
We will be showing you a subset of key APIs in Comprehend along with their functions, and then will talk about how you can build applications integrating with AWS Lambda, API Gateway, and Comprehend.
Note
We will cover Amazon Comprehend Medical APIs in Chapter 12, AI and NLP in Healthcare.
Let's start with the Amazon Comprehend APIs first. Amazon Comprehend provides three types of API.
- Real-time APIs: For all the text analysis features we covered and Comprehend Custom model endpoints.
- Batch real-time APIs: For all the text analysis features.
- Batch or analysis job APIs: For all text analysis features, topic modeling...