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