public interface ITextOptions
Learn more
| Modifier and Type | Method and Description |
|---|---|
DocumentField[] |
getAdditionalFields()
Gets the additional document fields that was used for indexing.
|
Cancellation |
getCancellation()
Gets the cancellation object.
|
IFieldExtractor |
getCustomExtractor()
Gets the custom text extractor that was used for indexing.
|
boolean |
getGenerateHead()
Gets a value indicating whether the Head tag is generated in the output HTML.
|
ImageIndexingOptions |
getImageIndexingOptions()
Gets the image indexing options for reverse image search.
|
MetadataIndexingOptions |
getMetadataIndexingOptions()
Gets the options for indexing metadata fields.
|
OcrIndexingOptions |
getOcrIndexingOptions()
Gets the options for OCR processing and indexing recognized text.
|
boolean |
getUseRawTextExtraction()
Gets a value indicating whether the raw mode is used for text extraction if possible.
|
void |
setAdditionalFields(DocumentField[] value)
Sets the additional document fields that was used for indexing.
|
void |
setCancellation(Cancellation value)
Sets the cancellation object.
|
void |
setCustomExtractor(IFieldExtractor value)
Sets the custom text extractor that was used for indexing.
|
void |
setGenerateHead(boolean value)
Sets a value indicating whether the Head tag is generated in the output HTML.
|
void |
setUseRawTextExtraction(boolean value)
Sets a value indicating whether the raw mode is used for text extraction if possible.
|
DocumentField[] getAdditionalFields()
null.
Note that this value is used only if document text was not saved into the index.Cancellation getCancellation()
null.IFieldExtractor getCustomExtractor()
null.
Note that this value is used only if document text was not saved into the index.boolean getGenerateHead()
true.ImageIndexingOptions getImageIndexingOptions()
MetadataIndexingOptions getMetadataIndexingOptions()
OcrIndexingOptions getOcrIndexingOptions()
boolean getUseRawTextExtraction()
true.
The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.void setAdditionalFields(DocumentField[] value)
null.
Note that this value is used only if document text was not saved into the index.value - The additional document fields that was used for indexing.void setCancellation(Cancellation value)
null.value - The cancellation object.void setCustomExtractor(IFieldExtractor value)
null.
Note that this value is used only if document text was not saved into the index.value - The custom text extractor that was used for indexing.void setGenerateHead(boolean value)
true.value - A value indicating whether the Head tag is generated in the output HTML.void setUseRawTextExtraction(boolean value)
true.
The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.value - A value indicating whether the raw mode is used for text extraction if possible.Copyright © 2026. All rights reserved.