Table of Contents

Property Timeout

Namespace
LMKit.Integrations.AWS.Ocr.Textract
Assembly
LM-Kit.NET.dll

Timeout

Gets or sets the timeout duration for HTTP requests to the AWS Textract service.

public TimeSpan Timeout { get; set; }

Property Value

TimeSpan

Remarks

Defaults to 30 seconds. This timeout is applied to the HttpClient used when sending requests to the Textract API. Adjust this value if you need a longer or shorter timeout for processing larger documents or handling slower network conditions.