Interface HighlighterBoundaryScannerFinalStep<T extends HighlighterOptionsStep<?>>
- All Known Subinterfaces:
HighlighterBoundaryScannerFastVectorHighlighterOptionsStep<T>
,HighlighterBoundaryScannerOptionsStep<T,
N>
public interface HighlighterBoundaryScannerFinalStep<T extends HighlighterOptionsStep<?>>
The final step in a highlighter definition where all boundary scanner options are already set.
Refer to your particular backend documentation for more detailed information on the exposed settings.
-
Method Summary
-
Method Details
-
end
T end()End the definition of a boundary scanner.- Returns:
- The next step in a highlighter definition.
-