/** *

Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. * Use these actions to determine the topics contained in your documents, the topics they * discuss, the predominant sentiment expressed in them, the predominant language used, and * more.

* * @packageDocumentation */ export * from "./ComprehendClient"; export * from "./Comprehend"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ComprehendExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { ComprehendServiceException } from "./models/ComprehendServiceException";