AWS SDK for C++
1.9.1
AWS SDK for C++
|
#include <Highlight.h>
Public Member Functions | |
Highlight () | |
Highlight (Aws::Utils::Json::JsonView jsonValue) | |
Highlight & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
int | GetBeginOffset () const |
bool | BeginOffsetHasBeenSet () const |
void | SetBeginOffset (int value) |
Highlight & | WithBeginOffset (int value) |
int | GetEndOffset () const |
bool | EndOffsetHasBeenSet () const |
void | SetEndOffset (int value) |
Highlight & | WithEndOffset (int value) |
bool | GetTopAnswer () const |
bool | TopAnswerHasBeenSet () const |
void | SetTopAnswer (bool value) |
Highlight & | WithTopAnswer (bool value) |
const HighlightType & | GetType () const |
bool | TypeHasBeenSet () const |
void | SetType (const HighlightType &value) |
void | SetType (HighlightType &&value) |
Highlight & | WithType (const HighlightType &value) |
Highlight & | WithType (HighlightType &&value) |
Provides information that you can use to highlight a search result so that your users can quickly identify terms in the response.
Definition at line 32 of file Highlight.h.
Aws::kendra::Model::Highlight::Highlight | ( | ) |
Aws::kendra::Model::Highlight::Highlight | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The zero-based location in the response string where the highlight starts.
Definition at line 51 of file Highlight.h.
|
inline |
The zero-based location in the response string where the highlight ends.
Definition at line 74 of file Highlight.h.
|
inline |
The zero-based location in the response string where the highlight starts.
Definition at line 45 of file Highlight.h.
|
inline |
The zero-based location in the response string where the highlight ends.
Definition at line 69 of file Highlight.h.
|
inline |
Indicates whether the response is the best response. True if this is the best response; otherwise, false.
Definition at line 91 of file Highlight.h.
|
inline |
The highlight type.
Definition at line 115 of file Highlight.h.
Aws::Utils::Json::JsonValue Aws::kendra::Model::Highlight::Jsonize | ( | ) | const |
Highlight& Aws::kendra::Model::Highlight::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The zero-based location in the response string where the highlight starts.
Definition at line 57 of file Highlight.h.
|
inline |
The zero-based location in the response string where the highlight ends.
Definition at line 79 of file Highlight.h.
|
inline |
Indicates whether the response is the best response. True if this is the best response; otherwise, false.
Definition at line 103 of file Highlight.h.
|
inline |
The highlight type.
Definition at line 125 of file Highlight.h.
|
inline |
The highlight type.
Definition at line 130 of file Highlight.h.
|
inline |
Indicates whether the response is the best response. True if this is the best response; otherwise, false.
Definition at line 97 of file Highlight.h.
|
inline |
The highlight type.
Definition at line 120 of file Highlight.h.
|
inline |
The zero-based location in the response string where the highlight starts.
Definition at line 63 of file Highlight.h.
|
inline |
The zero-based location in the response string where the highlight ends.
Definition at line 84 of file Highlight.h.
|
inline |
Indicates whether the response is the best response. True if this is the best response; otherwise, false.
Definition at line 109 of file Highlight.h.
|
inline |
The highlight type.
Definition at line 135 of file Highlight.h.
|
inline |
The highlight type.
Definition at line 140 of file Highlight.h.