Smaws_Client_Comprehend.BatchDetectSyntaxInspects the text of a batch of documents for the syntax and part of speech of the words in the document and returns information about them. For more information, see Syntax 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 ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_detect_syntax_request ->
(Types.batch_detect_syntax_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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_detect_syntax_request ->
(Types.batch_detect_syntax_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