Table of Contents

Property DocumentProcessingModality

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

DocumentProcessingModality

Gets or sets the modality used for processing document content.

public InferenceModality DocumentProcessingModality { get; set; }

Property Value

InferenceModality

The inference modality. Default is Multimodal.

Remarks

When set to Multimodal, pages may be processed as images when beneficial. When set to Text, only extracted text is used.

Exceptions

InvalidOperationException

Thrown if modified after documents have been loaded.