@Generated(value="software.amazon.awssdk:codegen") public class SynthesizeSpeechResponse extends PollyResponse implements ToCopyableBuilder<SynthesizeSpeechResponse.Builder,SynthesizeSpeechResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SynthesizeSpeechResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SynthesizeSpeechResponse.Builder |
builder() |
String |
contentType()
Specifies the type audio stream.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse. |
int |
hashCode() |
Integer |
requestCharacters()
Number of characters synthesized.
|
static Class<? extends SynthesizeSpeechResponse.Builder> |
serializableBuilderClass() |
SynthesizeSpeechResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
sdkHttpResponsecopypublic String contentType()
Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.
If you request mp3 as the OutputFormat, the ContentType returned is
audio/mpeg.
If you request ogg_vorbis as the OutputFormat, the ContentType returned is
audio/ogg.
If you request pcm as the OutputFormat, the ContentType returned is
audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format.
If you request json as the OutputFormat, the ContentType returned is
audio/json.
OutputFormat parameter in your
request.
If you request mp3 as the OutputFormat, the ContentType returned
is audio/mpeg.
If you request ogg_vorbis as the OutputFormat, the ContentType
returned is audio/ogg.
If you request pcm as the OutputFormat, the ContentType returned
is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format.
If you request json as the OutputFormat, the ContentType returned
is audio/json.
public Integer requestCharacters()
Number of characters synthesized.
public SynthesizeSpeechResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SynthesizeSpeechResponse.Builder,SynthesizeSpeechResponse>toBuilder in class AwsResponsepublic static SynthesizeSpeechResponse.Builder builder()
public static Class<? extends SynthesizeSpeechResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.