ITextHighlight interface
An interface representing TextHighlight. Refers to a substring of content within another field.
Properties
occurrence | Occurence of the text field within the referenced text, if multiple exist. |
text | Defines the snippet of text to highlight. |
Property Details
occurrence
Occurence of the text field within the referenced text, if multiple exist.
occurrence: number
Property Value
number
text
Defines the snippet of text to highlight.
text: string
Property Value
string