aws_comprehend_api 0.1.0
aws_comprehend_api: ^0.1.0 copied to clipboard
AWS API client for Amazon Comprehend (generated from SDK API specification).
example/README.md
import 'package:aws_comprehend_api/comprehend-2017-11-27.dart';
void main() {
final service = Comprehend(region: 'eu-west-1');
// See documentation on how to use Comprehend
}