1 2 3 4 5 6 7 8 9 10 11 12 13
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package comprehendmedical provides the API client, operations, and parameter
// types for AWS Comprehend Medical.
//
// Amazon Comprehend Medical extracts structured information from unstructured
// clinical text. Use these actions to gain insight in your documents. Amazon
// Comprehend Medical only detects entities in English language texts. Amazon
// Comprehend Medical places limits on the sizes of files allowed for different API
// operations. To learn more, see [Guidelines and quotas]in the Amazon Comprehend Medical Developer Guide.
//
// [Guidelines and quotas]: https://docs.aws.amazon.com/comprehend-medical/latest/dev/comprehendmedical-quotas.html
package comprehendmedical
|