#include <KeyPhrase.h>
Describes a key noun phrase.
See Also:
AWS API Reference
Definition at line 31 of file KeyPhrase.h.
◆ KeyPhrase() [1/2]
Aws::Comprehend::Model::KeyPhrase::KeyPhrase |
( |
| ) |
|
◆ KeyPhrase() [2/2]
◆ BeginOffsetHasBeenSet()
bool Aws::Comprehend::Model::KeyPhrase::BeginOffsetHasBeenSet |
( |
| ) |
const |
|
inline |
A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A code point is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 122 of file KeyPhrase.h.
◆ EndOffsetHasBeenSet()
bool Aws::Comprehend::Model::KeyPhrase::EndOffsetHasBeenSet |
( |
| ) |
const |
|
inline |
A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A code point
is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 159 of file KeyPhrase.h.
◆ GetBeginOffset()
int Aws::Comprehend::Model::KeyPhrase::GetBeginOffset |
( |
| ) |
const |
|
inline |
A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A code point is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 113 of file KeyPhrase.h.
◆ GetEndOffset()
int Aws::Comprehend::Model::KeyPhrase::GetEndOffset |
( |
| ) |
const |
|
inline |
A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A code point
is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 150 of file KeyPhrase.h.
◆ GetScore()
double Aws::Comprehend::Model::KeyPhrase::GetScore |
( |
| ) |
const |
|
inline |
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
Definition at line 44 of file KeyPhrase.h.
◆ GetText()
const Aws::String& Aws::Comprehend::Model::KeyPhrase::GetText |
( |
| ) |
const |
|
inline |
The text of a key noun phrase.
Definition at line 68 of file KeyPhrase.h.
◆ Jsonize()
◆ operator=()
◆ ScoreHasBeenSet()
bool Aws::Comprehend::Model::KeyPhrase::ScoreHasBeenSet |
( |
| ) |
const |
|
inline |
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
Definition at line 50 of file KeyPhrase.h.
◆ SetBeginOffset()
void Aws::Comprehend::Model::KeyPhrase::SetBeginOffset |
( |
int |
value | ) |
|
|
inline |
A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A code point is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 131 of file KeyPhrase.h.
◆ SetEndOffset()
void Aws::Comprehend::Model::KeyPhrase::SetEndOffset |
( |
int |
value | ) |
|
|
inline |
A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A code point
is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 168 of file KeyPhrase.h.
◆ SetScore()
void Aws::Comprehend::Model::KeyPhrase::SetScore |
( |
double |
value | ) |
|
|
inline |
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
Definition at line 56 of file KeyPhrase.h.
◆ SetText() [1/3]
void Aws::Comprehend::Model::KeyPhrase::SetText |
( |
Aws::String && |
value | ) |
|
|
inline |
The text of a key noun phrase.
Definition at line 83 of file KeyPhrase.h.
◆ SetText() [2/3]
void Aws::Comprehend::Model::KeyPhrase::SetText |
( |
const Aws::String & |
value | ) |
|
|
inline |
The text of a key noun phrase.
Definition at line 78 of file KeyPhrase.h.
◆ SetText() [3/3]
void Aws::Comprehend::Model::KeyPhrase::SetText |
( |
const char * |
value | ) |
|
|
inline |
The text of a key noun phrase.
Definition at line 88 of file KeyPhrase.h.
◆ TextHasBeenSet()
bool Aws::Comprehend::Model::KeyPhrase::TextHasBeenSet |
( |
| ) |
const |
|
inline |
The text of a key noun phrase.
Definition at line 73 of file KeyPhrase.h.
◆ WithBeginOffset()
KeyPhrase& Aws::Comprehend::Model::KeyPhrase::WithBeginOffset |
( |
int |
value | ) |
|
|
inline |
A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A code point is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 140 of file KeyPhrase.h.
◆ WithEndOffset()
KeyPhrase& Aws::Comprehend::Model::KeyPhrase::WithEndOffset |
( |
int |
value | ) |
|
|
inline |
A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A code point
is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.
Definition at line 177 of file KeyPhrase.h.
◆ WithScore()
KeyPhrase& Aws::Comprehend::Model::KeyPhrase::WithScore |
( |
double |
value | ) |
|
|
inline |
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
Definition at line 62 of file KeyPhrase.h.
◆ WithText() [1/3]
The text of a key noun phrase.
Definition at line 98 of file KeyPhrase.h.
◆ WithText() [2/3]
The text of a key noun phrase.
Definition at line 93 of file KeyPhrase.h.
◆ WithText() [3/3]
KeyPhrase& Aws::Comprehend::Model::KeyPhrase::WithText |
( |
const char * |
value | ) |
|
|
inline |
The text of a key noun phrase.
Definition at line 103 of file KeyPhrase.h.
The documentation for this class was generated from the following file:
- aws-cpp-sdk-comprehend/include/aws/comprehend/model/KeyPhrase.h