Uses of Interface
com.google.cloud.contentwarehouse.v1.QAResult.HighlightOrBuilder
-
Packages that use QAResult.HighlightOrBuilder Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of QAResult.HighlightOrBuilder in com.google.cloud.contentwarehouse.v1
Classes in com.google.cloud.contentwarehouse.v1 that implement QAResult.HighlightOrBuilder Modifier and Type Class Description static class
QAResult.Highlight
A text span in the search text snippet that represents a highlighted section (answer context, highly relevant sentence, etc.).static class
QAResult.Highlight.Builder
A text span in the search text snippet that represents a highlighted section (answer context, highly relevant sentence, etc.).Methods in com.google.cloud.contentwarehouse.v1 that return QAResult.HighlightOrBuilder Modifier and Type Method Description QAResult.HighlightOrBuilder
QAResult.Builder. getHighlightsOrBuilder(int index)
Highlighted sections in the snippet.QAResult.HighlightOrBuilder
QAResult. getHighlightsOrBuilder(int index)
Highlighted sections in the snippet.QAResult.HighlightOrBuilder
QAResultOrBuilder. getHighlightsOrBuilder(int index)
Highlighted sections in the snippet.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type QAResult.HighlightOrBuilder Modifier and Type Method Description List<? extends QAResult.HighlightOrBuilder>
QAResult.Builder. getHighlightsOrBuilderList()
Highlighted sections in the snippet.List<? extends QAResult.HighlightOrBuilder>
QAResult. getHighlightsOrBuilderList()
Highlighted sections in the snippet.List<? extends QAResult.HighlightOrBuilder>
QAResultOrBuilder. getHighlightsOrBuilderList()
Highlighted sections in the snippet.
-