You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Comprehend::Types::BatchDetectSyntaxResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::BatchDetectSyntaxResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#error_list ⇒ Array<Types::BatchItemError>
A list containing one object for each document that contained an error.
-
#result_list ⇒ Array<Types::BatchDetectSyntaxItemResult>
A list of objects containing the results of the operation.
Instance Attribute Details
#error_list ⇒ Array<Types::BatchItemError>
A list containing one object for each document that contained an error.
The results are sorted in ascending order by the Index
field and match
the order of the documents in the input list. If there are no errors in
the batch, the ErrorList
is empty.
#result_list ⇒ Array<Types::BatchDetectSyntaxItemResult>
A list of objects containing the results of the operation. The results
are sorted in ascending order by the Index
field and match the order
of the documents in the input list. If all of the documents contain an
error, the ResultList
is empty.