Class SyntaxHighlighter.HighlightResult
java.lang.Object
co.mindus.utils.SyntaxHighlighter.HighlightResult
- Enclosing class:
SyntaxHighlighter
Result of automatic language detection and highlighting.
Contains the highlighted HTML, the detected language name, and a relevance score indicating the confidence of the detection.
- Author:
- Christopher Mindus
Field Summary
FieldsMethod Summary
Field Details
html
The highlighted HTML with<span class="hljs-xxx">token markup.language
The detected language name, ornullif detection failed.relevance
public final int relevanceThe relevance score (higher = more confident detection).
Method Details
toString