Module Smaws_Client_Comprehend.BatchDetectEntities

Inspects the text of a batch of documents for named entities and returns information about them. For more information about named entities, see Entities in the Comprehend Developer Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `BatchSizeLimitExceededException of Types.batch_size_limit_exceeded_exception | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception | `UnsupportedLanguageException of Types.unsupported_language_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.batch_detect_entities_request -> (Types.batch_detect_entities_response, [> Smaws_Lib.Protocols.AwsJson.error | `BatchSizeLimitExceededException of Types.batch_size_limit_exceeded_exception | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception | `UnsupportedLanguageException of Types.unsupported_language_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.batch_detect_entities_request -> (Types.batch_detect_entities_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `BatchSizeLimitExceededException of Types.batch_size_limit_exceeded_exception | `InternalServerException of Types.internal_server_exception | `InvalidRequestException of Types.invalid_request_exception | `TextSizeLimitExceededException of Types.text_size_limit_exceeded_exception | `UnsupportedLanguageException of Types.unsupported_language_exception ] * Smaws_Lib.Response.metadata) Stdlib.result