public static interface AudioEvent.Builder extends SdkPojo, CopyableBuilder<AudioEvent.Builder,AudioEvent>
| 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAudioEvent.Builder audioChunk(SdkBytes audioChunk)
An audio blob that contains the next part of the audio that you want to transcribe. The maximum audio chunk size is 32 KB.
audioChunk - An audio blob that contains the next part of the audio that you want to transcribe. The maximum audio
chunk size is 32 KB.Copyright © 2023. All rights reserved.