protected static class AudioEvent.BuilderImpl extends Object implements AudioEvent.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl() |
protected |
BuilderImpl(AudioEvent model) |
| Modifier and Type | Method and Description |
|---|---|
AudioEvent.Builder |
audioChunk(SdkBytes audioChunk)
An audio blob that contains the next part of the audio that you want to transcribe.
|
AudioEvent |
build() |
ByteBuffer |
getAudioChunk() |
List<SdkField<?>> |
sdkFields() |
void |
setAudioChunk(ByteBuffer audioChunk) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsBySdkFieldscopyapplyMutationprotected BuilderImpl()
protected BuilderImpl(AudioEvent model)
public final ByteBuffer getAudioChunk()
public final void setAudioChunk(ByteBuffer audioChunk)
public final AudioEvent.Builder audioChunk(SdkBytes audioChunk)
AudioEvent.BuilderAn audio blob that contains the next part of the audio that you want to transcribe. The maximum audio chunk size is 32 KB.
audioChunk in interface AudioEvent.BuilderaudioChunk - An audio blob that contains the next part of the audio that you want to transcribe. The maximum audio
chunk size is 32 KB.public AudioEvent build()
build in interface Buildablebuild in interface SdkBuilder<AudioEvent.Builder,AudioEvent>Copyright © 2023. All rights reserved.