TextOptions

TextOptions class

Provides options for retrieving document text from an index.

public class TextOptions

Constructors

Name Description
TextOptions() Initializes a new instance of the TextOptions class.

Properties

Name Description
AdditionalFields { get; set; } Gets or sets the additional document fields that was used for indexing. The default value is null. Note that this value is used only if document text was not saved into the index.
Cancellation { get; set; } Gets or sets the cancellation object. The default value is null.
CustomExtractor { get; set; } Gets or sets the custom text extractor that was used for indexing. The default value is null. Note that this value is used only if document text was not saved into the index.
GenerateHead { get; set; } Gets or sets a value indicating whether the Head tag is generated in the output HTML. The default value is true.
ImageIndexingOptions { get; } Gets the image indexing options for reverse image search.
MetadataIndexingOptions { get; } Gets the options for indexing metadata fields.
OcrIndexingOptions { get; } Gets the options for OCR processing and indexing recognized text.
UseRawTextExtraction { get; set; } Gets or sets a value indicating whether the raw mode is used for text extraction if possible. The default value is true. The raw mode can significantly increase the indexing speed, but normal mode improves the formatting of the extracted text.

Remarks

Learn more

See Also