@Generated(value="software.amazon.awssdk:codegen") public final class StartMedicalStreamTranscriptionResponse extends TranscribeStreamingResponse implements ToCopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMedicalStreamTranscriptionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMedicalStreamTranscriptionResponse.Builder |
builder() |
MedicalContentIdentificationType |
contentIdentificationType()
Shows whether content identification was enabled for your transcription.
|
String |
contentIdentificationTypeAsString()
Shows whether content identification was enabled for your transcription.
|
Boolean |
enableChannelIdentification()
Shows whether channel identification was enabled for your transcription.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
Provides the language code that you specified in your request.
|
String |
languageCodeAsString()
Provides the language code 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.
|
String |
requestId()
Provides the identifier for your streaming request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMedicalStreamTranscriptionResponse.Builder> |
serializableBuilderClass() |
String |
sessionId()
Provides the identifier for your transcription session.
|
Boolean |
showSpeakerLabel()
Shows whether speaker partitioning was enabled for your transcription.
|
Specialty |
specialty()
Provides the medical specialty that you specified in your request.
|
String |
specialtyAsString()
Provides the medical specialty that you specified in your request.
|
StartMedicalStreamTranscriptionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
Provides the type of audio you specified in your request.
|
String |
typeAsString()
Provides the type of audio you specified in your request.
|
String |
vocabularyName()
Provides the name of the custom vocabulary 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. This must be en-US.
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().
en-US.LanguageCodepublic final String languageCodeAsString()
Provides the language code that you specified in your request. This must be en-US.
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().
en-US.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 Specialty specialty()
Provides the medical specialty that you specified in your request.
If the service returns an enum value that is not available in the current SDK version, specialty will
return Specialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
specialtyAsString().
Specialtypublic final String specialtyAsString()
Provides the medical specialty that you specified in your request.
If the service returns an enum value that is not available in the current SDK version, specialty will
return Specialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
specialtyAsString().
Specialtypublic final Type type()
Provides the type of audio you specified in your request.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic final String typeAsString()
Provides the type of audio you specified in your request.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic final Boolean showSpeakerLabel()
Shows whether speaker partitioning was enabled for your transcription.
public final String sessionId()
Provides the identifier for your transcription session.
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 MedicalContentIdentificationType 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 MedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from contentIdentificationTypeAsString().
MedicalContentIdentificationTypepublic 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 MedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from contentIdentificationTypeAsString().
MedicalContentIdentificationTypepublic StartMedicalStreamTranscriptionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>toBuilder in class AwsResponsepublic static StartMedicalStreamTranscriptionResponse.Builder builder()
public static Class<? extends StartMedicalStreamTranscriptionResponse.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.