HighlightOptions constructor
Leave feedback
On this page
Initializes a new instance of the HighlightOptions class which is used to extract a fixed-length highlight.
def __init__(self):
...
Initializes a new instance of the HighlightOptions class which is used to extract a fixed-length highlight.
def __init__(self, max_length):
...
| Parameter | Type | Description |
|---|---|---|
| max_length | int | The maximum text length. |
Constructs a new instance of HighlightOptions
def __init__(self, max_length, is_line_limited):
...
| Parameter | Type | Description |
|---|---|---|
| max_length | System.Nullable`1[[System.Int32]] | |
| is_line_limited | bool |
Constructs a new instance of HighlightOptions
def __init__(self, max_length, word_count):
...
| Parameter | Type | Description |
|---|---|---|
| max_length | System.Nullable`1[[System.Int32]] | |
| word_count | int |
Constructs a new instance of HighlightOptions
def __init__(self, max_length, word_count, is_line_limited):
...
| Parameter | Type | Description |
|---|---|---|
| max_length | System.Nullable`1[[System.Int32]] | |
| word_count | System.Nullable`1[[System.Int32]] | |
| is_line_limited | bool |
- module
groupdocs.parser.options - class
HighlightOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.