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



In This Topic

    LLMInferenceTimeout Field

    In This Topic
    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
    public TimeSpan LLMInferenceTimeout
    public:
    TimeSpan LLMInferenceTimeout
    Remarks
    The default value is TimeSpan.FromSeconds(30).
    See Also