Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchDetectEntitiesItemResult = BatchDetectEntitiesItemResult' {}
- newBatchDetectEntitiesItemResult :: BatchDetectEntitiesItemResult
- batchDetectEntitiesItemResult_entities :: Lens' BatchDetectEntitiesItemResult (Maybe [Entity])
- batchDetectEntitiesItemResult_index :: Lens' BatchDetectEntitiesItemResult (Maybe Int)
Documentation
data BatchDetectEntitiesItemResult Source #
The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
See: newBatchDetectEntitiesItemResult
smart constructor.
Instances
newBatchDetectEntitiesItemResult :: BatchDetectEntitiesItemResult Source #
Create a value of BatchDetectEntitiesItemResult
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entities:BatchDetectEntitiesItemResult'
, batchDetectEntitiesItemResult_entities
- One or more Entity objects, one for each entity detected in the
document.
$sel:index:BatchDetectEntitiesItemResult'
, batchDetectEntitiesItemResult_index
- The zero-based index of the document in the input list.
batchDetectEntitiesItemResult_entities :: Lens' BatchDetectEntitiesItemResult (Maybe [Entity]) Source #
One or more Entity objects, one for each entity detected in the document.
batchDetectEntitiesItemResult_index :: Lens' BatchDetectEntitiesItemResult (Maybe Int) Source #
The zero-based index of the document in the input list.