for GdPicture.NET
XTractFlow.API Namespace / DocumentProcessor Class / LLMInferenceTimeout Field



LLMInferenceTimeout Field

Specifies The time span to wait before canceling any LLM model inference.
Syntax
'Declaration
 
Public LLMInferenceTimeout As TimeSpan
 
'Usage
 
Dim instance As DocumentProcessor
Dim value As TimeSpan
 
value = instance.LLMInferenceTimeout
 
instance.LLMInferenceTimeout = value
Remarks
The default value is TimeSpan.FromSeconds(30).
See Also