@Generated(value="software.amazon.awssdk:codegen") public final class AudioEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AudioEvent.Builder,AudioEvent>, AudioStream
Provides a wrapper for the audio chunks that you are sending.
Modifier and Type | Class and Description |
---|---|
static interface |
AudioEvent.Builder |
Modifier and Type | Method and Description |
---|---|
SdkBytes |
audioChunk()
An audio blob that contains the next part of the audio that you want to transcribe.
|
static AudioEvent.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AudioEvent.Builder> |
serializableBuilderClass() |
AudioEvent.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public SdkBytes audioChunk()
An audio blob that contains the next part of the audio that you want to transcribe.
public AudioEvent.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AudioEvent.Builder,AudioEvent>
public static AudioEvent.Builder builder()
public static Class<? extends AudioEvent.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.