@Generated(value="software.amazon.awssdk:codegen") public final class Alternative extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Alternative.Builder,Alternative>
A list of possible transcriptions for the audio.
Modifier and Type | Class and Description |
---|---|
static interface |
Alternative.Builder |
Modifier and Type | Method and Description |
---|---|
static Alternative.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Item> |
items()
One or more alternative interpretations of the input audio.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Alternative.Builder> |
serializableBuilderClass() |
Alternative.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
transcript()
The text that was transcribed from the audio.
|
copy
public String transcript()
The text that was transcribed from the audio.
public List<Item> items()
One or more alternative interpretations of the input audio.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Alternative.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Alternative.Builder,Alternative>
public static Alternative.Builder builder()
public static Class<? extends Alternative.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.