Class RequestOptions
- Namespace
- AssemblyAI
- Assembly
- AssemblyAI.dll
The options for one or multiple requests to the AssemblyAI API.
public class RequestOptions
- Inheritance
-
RequestOptions
- Inherited Members
Properties
BaseUrl
The Base URL for the API.
public string? BaseUrl { get; init; }
Property Value
HttpClient
The http client used to make requests.
public HttpClient? HttpClient { get; init; }
Property Value
MaxRetries
The http client used to make requests.
public int? MaxRetries { get; init; }
Property Value
- int?
Timeout
The timeout for the request.
public TimeSpan? Timeout { get; init; }