| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AudioEvent.BuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
AudioEvent.Builder |
AudioEvent.Builder.audioChunk(SdkBytes audioChunk)
An audio blob that contains the next part of the audio that you want to transcribe.
|
AudioEvent.Builder |
AudioEvent.BuilderImpl.audioChunk(SdkBytes audioChunk) |
static AudioEvent.Builder |
AudioStream.audioEventBuilder()
Create a builder for the
AudioEvent event type for this stream. |
static AudioEvent.Builder |
AudioEvent.builder() |
AudioEvent.Builder |
AudioEvent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AudioEvent.Builder> |
AudioEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
AudioEvent |
AudioEvent.copy(Consumer<? super AudioEvent.Builder> modifier) |
Copyright © 2023. All rights reserved.