@Generated(value="software.amazon.awssdk:codegen") public final class StartStreamTranscriptionResponse extends TranscribeStreamingResponse implements ToCopyableBuilder<StartStreamTranscriptionResponse.Builder,StartStreamTranscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartStreamTranscriptionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartStreamTranscriptionResponse.Builder |
builder() |
ContentIdentificationType |
contentIdentificationType()
Shows whether content identification was enabled for your transcription.
|
String |
contentIdentificationTypeAsString()
Shows whether content identification was enabled for your transcription.
|
ContentRedactionType |
contentRedactionType()
Shows whether content redaction was enabled for your transcription.
|
String |
contentRedactionTypeAsString()
Shows whether content redaction was enabled for your transcription.
|
Boolean |
enableChannelIdentification()
Shows whether channel identification was enabled for your transcription.
|
Boolean |
enablePartialResultsStabilization()
Shows whether partial results stabilization was enabled for your transcription.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
identifyLanguage()
Shows whether automatic language identification was enabled for your transcription.
|
LanguageCode |
languageCode()
Provides the language code that you specified in your request.
|
String |
languageCodeAsString()
Provides the language code that you specified in your request.
|
String |
languageModelName()
Provides the name of the custom language model that you specified in your request.
|
String |
languageOptions()
Provides the language codes that you specified in your request.
|
MediaEncoding |
mediaEncoding()
Provides the media encoding you specified in your request.
|
String |
mediaEncodingAsString()
Provides the media encoding you specified in your request.
|
Integer |
mediaSampleRateHertz()
Provides the sample rate that you specified in your request.
|
Integer |
numberOfChannels()
Provides the number of channels that you specified in your request.
|
PartialResultsStability |
partialResultsStability()
Provides the stabilization level used for your transcription.
|
String |
partialResultsStabilityAsString()
Provides the stabilization level used for your transcription.
|
String |
piiEntityTypes()
Lists the PII entity types you specified in your request.
|
LanguageCode |
preferredLanguage()
Provides the preferred language that you specified in your request.
|
String |
preferredLanguageAsString()
Provides the preferred language that you specified in your request.
|
String |
requestId()
Provides the identifier for your streaming request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartStreamTranscriptionResponse.Builder> |
serializableBuilderClass() |
String |
sessionId()
Provides the identifier for your transcription session.
|
Boolean |
showSpeakerLabel()
Shows whether speaker partitioning was enabled for your transcription.
|
StartStreamTranscriptionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VocabularyFilterMethod |
vocabularyFilterMethod()
Provides the vocabulary filtering method used in your transcription.
|
String |
vocabularyFilterMethodAsString()
Provides the vocabulary filtering method used in your transcription.
|
String |
vocabularyFilterName()
Provides the name of the custom vocabulary filter that you specified in your request.
|
String |
vocabularyFilterNames()
Provides the names of the custom vocabulary filters that you specified in your request.
|
String |
vocabularyName()
Provides the name of the custom vocabulary that you specified in your request.
|
String |
vocabularyNames()
Provides the names of the custom vocabularies that you specified in your request.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String requestId()
Provides the identifier for your streaming request.
public final LanguageCode languageCode()
Provides the language code that you specified in your request.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final String languageCodeAsString()
Provides the language code that you specified in your request.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic final Integer mediaSampleRateHertz()
Provides the sample rate that you specified in your request.
public final MediaEncoding mediaEncoding()
Provides the media encoding you specified in your request.
If the service returns an enum value that is not available in the current SDK version, mediaEncoding
will return MediaEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mediaEncodingAsString().
MediaEncodingpublic final String mediaEncodingAsString()
Provides the media encoding you specified in your request.
If the service returns an enum value that is not available in the current SDK version, mediaEncoding
will return MediaEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mediaEncodingAsString().
MediaEncodingpublic final String vocabularyName()
Provides the name of the custom vocabulary that you specified in your request.
public final String sessionId()
Provides the identifier for your transcription session.
public final String vocabularyFilterName()
Provides the name of the custom vocabulary filter that you specified in your request.
public final VocabularyFilterMethod vocabularyFilterMethod()
Provides the vocabulary filtering method used in your transcription.
If the service returns an enum value that is not available in the current SDK version,
vocabularyFilterMethod will return VocabularyFilterMethod.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from vocabularyFilterMethodAsString().
VocabularyFilterMethodpublic final String vocabularyFilterMethodAsString()
Provides the vocabulary filtering method used in your transcription.
If the service returns an enum value that is not available in the current SDK version,
vocabularyFilterMethod will return VocabularyFilterMethod.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from vocabularyFilterMethodAsString().
VocabularyFilterMethodpublic final Boolean showSpeakerLabel()
Shows whether speaker partitioning was enabled for your transcription.
public final Boolean enableChannelIdentification()
Shows whether channel identification was enabled for your transcription.
public final Integer numberOfChannels()
Provides the number of channels that you specified in your request.
public final Boolean enablePartialResultsStabilization()
Shows whether partial results stabilization was enabled for your transcription.
public final PartialResultsStability partialResultsStability()
Provides the stabilization level used for your transcription.
If the service returns an enum value that is not available in the current SDK version,
partialResultsStability will return PartialResultsStability.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from partialResultsStabilityAsString().
PartialResultsStabilitypublic final String partialResultsStabilityAsString()
Provides the stabilization level used for your transcription.
If the service returns an enum value that is not available in the current SDK version,
partialResultsStability will return PartialResultsStability.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from partialResultsStabilityAsString().
PartialResultsStabilitypublic final ContentIdentificationType contentIdentificationType()
Shows whether content identification was enabled for your transcription.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return ContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contentIdentificationTypeAsString().
ContentIdentificationTypepublic final String contentIdentificationTypeAsString()
Shows whether content identification was enabled for your transcription.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return ContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contentIdentificationTypeAsString().
ContentIdentificationTypepublic final ContentRedactionType contentRedactionType()
Shows whether content redaction was enabled for your transcription.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionType will return ContentRedactionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from contentRedactionTypeAsString().
ContentRedactionTypepublic final String contentRedactionTypeAsString()
Shows whether content redaction was enabled for your transcription.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionType will return ContentRedactionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from contentRedactionTypeAsString().
ContentRedactionTypepublic final String piiEntityTypes()
Lists the PII entity types you specified in your request.
public final String languageModelName()
Provides the name of the custom language model that you specified in your request.
public final Boolean identifyLanguage()
Shows whether automatic language identification was enabled for your transcription.
public final String languageOptions()
Provides the language codes that you specified in your request.
public final LanguageCode preferredLanguage()
Provides the preferred language that you specified in your request.
If the service returns an enum value that is not available in the current SDK version, preferredLanguage
will return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
preferredLanguageAsString().
LanguageCodepublic final String preferredLanguageAsString()
Provides the preferred language that you specified in your request.
If the service returns an enum value that is not available in the current SDK version, preferredLanguage
will return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
preferredLanguageAsString().
LanguageCodepublic final String vocabularyNames()
Provides the names of the custom vocabularies that you specified in your request.
public final String vocabularyFilterNames()
Provides the names of the custom vocabulary filters that you specified in your request.
public StartStreamTranscriptionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartStreamTranscriptionResponse.Builder,StartStreamTranscriptionResponse>toBuilder in class AwsResponsepublic static StartStreamTranscriptionResponse.Builder builder()
public static Class<? extends StartStreamTranscriptionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.