Class Highlight
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.Highlight
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Highlight.Builder,Highlight>
@Generated("software.amazon.awssdk:codegen") public final class Highlight extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Highlight.Builder,Highlight>
Provides information that you can use to highlight a search result so that your users can quickly identify terms in the response.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHighlight.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerbeginOffset()The zero-based location in the response string where the highlight starts.static Highlight.Builderbuilder()IntegerendOffset()The zero-based location in the response string where the highlight ends.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Highlight.Builder>serializableBuilderClass()Highlight.BuildertoBuilder()BooleantopAnswer()Indicates whether the response is the best response.StringtoString()Returns a string representation of this object.HighlightTypetype()The highlight type.StringtypeAsString()The highlight type.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
beginOffset
public final Integer beginOffset()
The zero-based location in the response string where the highlight starts.
- Returns:
- The zero-based location in the response string where the highlight starts.
-
endOffset
public final Integer endOffset()
The zero-based location in the response string where the highlight ends.
- Returns:
- The zero-based location in the response string where the highlight ends.
-
topAnswer
public final Boolean topAnswer()
Indicates whether the response is the best response. True if this is the best response; otherwise, false.
- Returns:
- Indicates whether the response is the best response. True if this is the best response; otherwise, false.
-
type
public final HighlightType type()
The highlight type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnHighlightType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The highlight type.
- See Also:
HighlightType
-
typeAsString
public final String typeAsString()
The highlight type.
If the service returns an enum value that is not available in the current SDK version,
typewill returnHighlightType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The highlight type.
- See Also:
HighlightType
-
toBuilder
public Highlight.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Highlight.Builder,Highlight>
-
builder
public static Highlight.Builder builder()
-
serializableBuilderClass
public static Class<? extends Highlight.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-