| ApiClient |
The ApiClient object provides methods to send and retrieve information from all the Rev.AI API
endpoints using the Retrofit HTTP client.
|
| ApiInterceptor |
An ApiInterceptor object appends authorization information to all API calls and is used to check
the status of the request for debugging purposes.
|
| ErrorInterceptor |
The ErrorInterceptor class is used to intercept all responses with erroneous response codes.
|
| FileStreamRequestBody |
Customized request body used for submitting local file jobs.
|
| MockInterceptor |
A MockInterceptor object is used to mock the responses for testing purposes.
|
| SessionConfig |
The SessionConfig represents additional streaming options that can be provided.
|
| StreamContentType |
The StreamContentType describes the format of the audio being sent over the WebSocket.
|
| StreamingClient |
|