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.
|
copy
applyMutation, build
AudioEvent.Builder audioChunk(SdkBytes audioChunk)
An audio blob that contains the next part of the audio that you want to transcribe.
audioChunk
- An audio blob that contains the next part of the audio that you want to transcribe.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.