Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data BatchDetectKeyPhrasesItemResult = BatchDetectKeyPhrasesItemResult' {}
- newBatchDetectKeyPhrasesItemResult :: BatchDetectKeyPhrasesItemResult
- batchDetectKeyPhrasesItemResult_index :: Lens' BatchDetectKeyPhrasesItemResult (Maybe Int)
- batchDetectKeyPhrasesItemResult_keyPhrases :: Lens' BatchDetectKeyPhrasesItemResult (Maybe [KeyPhrase])
Documentation
data BatchDetectKeyPhrasesItemResult Source #
The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
See: newBatchDetectKeyPhrasesItemResult
smart constructor.
Instances
newBatchDetectKeyPhrasesItemResult :: BatchDetectKeyPhrasesItemResult Source #
Create a value of BatchDetectKeyPhrasesItemResult
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:index:BatchDetectKeyPhrasesItemResult'
, batchDetectKeyPhrasesItemResult_index
- The zero-based index of the document in the input list.
$sel:keyPhrases:BatchDetectKeyPhrasesItemResult'
, batchDetectKeyPhrasesItemResult_keyPhrases
- One or more KeyPhrase objects, one for each key phrase detected in the
document.
batchDetectKeyPhrasesItemResult_index :: Lens' BatchDetectKeyPhrasesItemResult (Maybe Int) Source #
The zero-based index of the document in the input list.
batchDetectKeyPhrasesItemResult_keyPhrases :: Lens' BatchDetectKeyPhrasesItemResult (Maybe [KeyPhrase]) Source #
One or more KeyPhrase objects, one for each key phrase detected in the document.