Questions tagged [aws-sdk-comprehend]

3 questions
1
vote
0 answers

How to use an AWS Comprehend Custom Classifier Model with REST API?

Can someone let me know what's the easiest way to use the an AWS Comprehend Custom Classifier Model for real-time analysis through a single API call? I've built a model myself and I'd like to use it through a simple API call instead of using…
0
votes
0 answers

Is there a way to get list of labels from a custom classifier on AWS Comprehend?

I have trained a custom classifier for AWS Comprehend to identify what kind of document an input is, whether it's an invoice or a medical form, or some kind of tax form. Now that I have my model, I am looking to use it, but I also want to provide a…
0
votes
1 answer

How to access AWS Comprehend using aws-sdk-comprehend gem?

I'm working on getting my Rails app interacting with the AWS Comprehend service for text entity extraction. I'm using the aws-sdk-comprehend gem. I have successfully gotten my app working with the AWS Rekognition service for image analysis using the…