static SubRegionHighlights.Builder |
SubRegionHighlights.builder() |
|
SubRegionHighlights.Builder |
SubRegionHighlights.Builder.code(Collection<Highlight> code) |
Indicates the starting and ending index of the sub-region in the text query that match the found title.
|
SubRegionHighlights.Builder |
SubRegionHighlights.Builder.code(Consumer<Highlight.Builder>... code) |
Indicates the starting and ending index of the sub-region in the text query that match the found title.
|
SubRegionHighlights.Builder |
SubRegionHighlights.Builder.code(Highlight... code) |
Indicates the starting and ending index of the sub-region in the text query that match the found title.
|
SubRegionHighlights.Builder |
SubRegionHighlights.Builder.name(Collection<Highlight> name) |
Indicates the starting and ending index of the name in the text query that match the found title.
|
SubRegionHighlights.Builder |
SubRegionHighlights.Builder.name(Consumer<Highlight.Builder>... name) |
Indicates the starting and ending index of the name in the text query that match the found title.
|
SubRegionHighlights.Builder |
SubRegionHighlights.Builder.name(Highlight... name) |
Indicates the starting and ending index of the name in the text query that match the found title.
|
SubRegionHighlights.Builder |
SubRegionHighlights.toBuilder() |
|