public static interface SuggestionHighlight.Builder extends SdkPojo, CopyableBuilder<SuggestionHighlight.Builder,SuggestionHighlight>
| Modifier and Type | Method and Description |
|---|---|
SuggestionHighlight.Builder |
beginOffset(Integer beginOffset)
The zero-based location in the response string where the highlight starts.
|
SuggestionHighlight.Builder |
endOffset(Integer endOffset)
The zero-based location in the response string where the highlight ends.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuggestionHighlight.Builder beginOffset(Integer beginOffset)
The zero-based location in the response string where the highlight starts.
beginOffset - The zero-based location in the response string where the highlight starts.SuggestionHighlight.Builder endOffset(Integer endOffset)
The zero-based location in the response string where the highlight ends.
endOffset - The zero-based location in the response string where the highlight ends.Copyright © 2023. All rights reserved.