AWS SDK for C++
1.8.152
AWS SDK for C++
|
#include <BatchDetectKeyPhrasesItemResult.h>
Public Member Functions | |
BatchDetectKeyPhrasesItemResult () | |
BatchDetectKeyPhrasesItemResult (Aws::Utils::Json::JsonView jsonValue) | |
BatchDetectKeyPhrasesItemResult & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
int | GetIndex () const |
bool | IndexHasBeenSet () const |
void | SetIndex (int value) |
BatchDetectKeyPhrasesItemResult & | WithIndex (int value) |
const Aws::Vector< KeyPhrase > & | GetKeyPhrases () const |
bool | KeyPhrasesHasBeenSet () const |
void | SetKeyPhrases (const Aws::Vector< KeyPhrase > &value) |
void | SetKeyPhrases (Aws::Vector< KeyPhrase > &&value) |
BatchDetectKeyPhrasesItemResult & | WithKeyPhrases (const Aws::Vector< KeyPhrase > &value) |
BatchDetectKeyPhrasesItemResult & | WithKeyPhrases (Aws::Vector< KeyPhrase > &&value) |
BatchDetectKeyPhrasesItemResult & | AddKeyPhrases (const KeyPhrase &value) |
BatchDetectKeyPhrasesItemResult & | AddKeyPhrases (KeyPhrase &&value) |
The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.
Definition at line 34 of file BatchDetectKeyPhrasesItemResult.h.
Aws::Comprehend::Model::BatchDetectKeyPhrasesItemResult::BatchDetectKeyPhrasesItemResult | ( | ) |
Aws::Comprehend::Model::BatchDetectKeyPhrasesItemResult::BatchDetectKeyPhrasesItemResult | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 104 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 110 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
The zero-based index of the document in the input list.
Definition at line 46 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 68 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
The zero-based index of the document in the input list.
Definition at line 51 of file BatchDetectKeyPhrasesItemResult.h.
Aws::Utils::Json::JsonValue Aws::Comprehend::Model::BatchDetectKeyPhrasesItemResult::Jsonize | ( | ) | const |
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 74 of file BatchDetectKeyPhrasesItemResult.h.
BatchDetectKeyPhrasesItemResult& Aws::Comprehend::Model::BatchDetectKeyPhrasesItemResult::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The zero-based index of the document in the input list.
Definition at line 56 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 86 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 80 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
The zero-based index of the document in the input list.
Definition at line 61 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 98 of file BatchDetectKeyPhrasesItemResult.h.
|
inline |
One or more KeyPhrase objects, one for each key phrase detected in the document.
Definition at line 92 of file BatchDetectKeyPhrasesItemResult.h.