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