public abstract class WebsocketsAudioTranscriptionsCallbackHandler extends BaseCallbackHandler<WebsocketsAudioTranscriptionsClient>
| Constructor and Description |
|---|
WebsocketsAudioTranscriptionsCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onInputAudioBufferCleared(WebsocketsAudioTranscriptionsClient client,
InputAudioBufferClearedEvent event) |
void |
onInputAudioBufferCompleted(WebsocketsAudioTranscriptionsClient client,
InputAudioBufferCompletedEvent event) |
void |
onTranscriptionsCreated(WebsocketsAudioTranscriptionsClient client,
TranscriptionsCreatedEvent event) |
void |
onTranscriptionsMessageCompleted(WebsocketsAudioTranscriptionsClient client,
TranscriptionsMessageCompletedEvent event) |
void |
onTranscriptionsMessageUpdate(WebsocketsAudioTranscriptionsClient client,
TranscriptionsMessageUpdateEvent event) |
void |
onTranscriptionsUpdated(WebsocketsAudioTranscriptionsClient client,
TranscriptionsUpdatedEvent event) |
onClientException, onClosed, onClosing, onError, onFailurepublic WebsocketsAudioTranscriptionsCallbackHandler()
public void onTranscriptionsCreated(WebsocketsAudioTranscriptionsClient client, TranscriptionsCreatedEvent event)
public void onTranscriptionsUpdated(WebsocketsAudioTranscriptionsClient client, TranscriptionsUpdatedEvent event)
public void onTranscriptionsMessageUpdate(WebsocketsAudioTranscriptionsClient client, TranscriptionsMessageUpdateEvent event)
public void onTranscriptionsMessageCompleted(WebsocketsAudioTranscriptionsClient client, TranscriptionsMessageCompletedEvent event)
public void onInputAudioBufferCleared(WebsocketsAudioTranscriptionsClient client, InputAudioBufferClearedEvent event)
public void onInputAudioBufferCompleted(WebsocketsAudioTranscriptionsClient client, InputAudioBufferCompletedEvent event)
Copyright © 2025. All rights reserved.