public abstract class WebsocketsAudioSpeechCallbackHandler extends BaseCallbackHandler<WebsocketsAudioSpeechClient>
| Constructor and Description |
|---|
WebsocketsAudioSpeechCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onInputTextBufferCompleted(WebsocketsAudioSpeechClient client,
InputTextBufferCompletedEvent event) |
void |
onSpeechAudioCompleted(WebsocketsAudioSpeechClient client,
SpeechAudioCompletedEvent event) |
void |
onSpeechAudioUpdate(WebsocketsAudioSpeechClient client,
SpeechAudioUpdateEvent event) |
void |
onSpeechCreated(WebsocketsAudioSpeechClient client,
SpeechCreatedEvent event) |
void |
onSpeechUpdated(WebsocketsAudioSpeechClient client,
SpeechUpdatedEvent event) |
onClientException, onClosed, onClosing, onError, onFailurepublic WebsocketsAudioSpeechCallbackHandler()
public void onSpeechCreated(WebsocketsAudioSpeechClient client, SpeechCreatedEvent event)
public void onSpeechUpdated(WebsocketsAudioSpeechClient client, SpeechUpdatedEvent event)
public void onSpeechAudioUpdate(WebsocketsAudioSpeechClient client, SpeechAudioUpdateEvent event)
public void onSpeechAudioCompleted(WebsocketsAudioSpeechClient client, SpeechAudioCompletedEvent event)
public void onInputTextBufferCompleted(WebsocketsAudioSpeechClient client, InputTextBufferCompletedEvent event)
Copyright © 2025. All rights reserved.