Class StartMedicalStreamTranscriptionResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.transcribestreaming.model.TranscribeStreamingResponse
-
- software.amazon.awssdk.services.transcribestreaming.model.StartMedicalStreamTranscriptionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>
@Generated("software.amazon.awssdk:codegen") public final class StartMedicalStreamTranscriptionResponse extends TranscribeStreamingResponse implements ToCopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartMedicalStreamTranscriptionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartMedicalStreamTranscriptionResponse.Builderbuilder()MedicalContentIdentificationTypecontentIdentificationType()Shows whether content identification was enabled for your transcription.StringcontentIdentificationTypeAsString()Shows whether content identification was enabled for your transcription.BooleanenableChannelIdentification()Shows whether channel identification was enabled for your transcription.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LanguageCodelanguageCode()Provides the language code that you specified in your request.StringlanguageCodeAsString()Provides the language code that you specified in your request.MediaEncodingmediaEncoding()Provides the media encoding you specified in your request.StringmediaEncodingAsString()Provides the media encoding you specified in your request.IntegermediaSampleRateHertz()Provides the sample rate that you specified in your request.IntegernumberOfChannels()Provides the number of channels that you specified in your request.StringrequestId()Provides the identifier for your streaming request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartMedicalStreamTranscriptionResponse.Builder>serializableBuilderClass()StringsessionId()Provides the identifier for your transcription session.BooleanshowSpeakerLabel()Shows whether speaker partitioning was enabled for your transcription.Specialtyspecialty()Provides the medical specialty that you specified in your request.StringspecialtyAsString()Provides the medical specialty that you specified in your request.StartMedicalStreamTranscriptionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.Typetype()Provides the type of audio you specified in your request.StringtypeAsString()Provides the type of audio you specified in your request.StringvocabularyName()Provides the name of the custom vocabulary that you specified in your request.-
Methods inherited from class software.amazon.awssdk.services.transcribestreaming.model.TranscribeStreamingResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
requestId
public final String requestId()
Provides the identifier for your streaming request.
- Returns:
- Provides the identifier for your streaming request.
-
languageCode
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,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- Provides the language code that you specified in your request. This must be
en-US. - See Also:
LanguageCode
-
languageCodeAsString
public 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,
languageCodewill returnLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- Provides the language code that you specified in your request. This must be
en-US. - See Also:
LanguageCode
-
mediaSampleRateHertz
public final Integer mediaSampleRateHertz()
Provides the sample rate that you specified in your request.
- Returns:
- Provides the sample rate that you specified in your request.
-
mediaEncoding
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,
mediaEncodingwill returnMediaEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommediaEncodingAsString().- Returns:
- Provides the media encoding you specified in your request.
- See Also:
MediaEncoding
-
mediaEncodingAsString
public 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,
mediaEncodingwill returnMediaEncoding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommediaEncodingAsString().- Returns:
- Provides the media encoding you specified in your request.
- See Also:
MediaEncoding
-
vocabularyName
public final String vocabularyName()
Provides the name of the custom vocabulary that you specified in your request.
- Returns:
- Provides the name of the custom vocabulary that you specified in your request.
-
specialty
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,
specialtywill returnSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialtyAsString().- Returns:
- Provides the medical specialty that you specified in your request.
- See Also:
Specialty
-
specialtyAsString
public 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,
specialtywill returnSpecialty.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromspecialtyAsString().- Returns:
- Provides the medical specialty that you specified in your request.
- See Also:
Specialty
-
type
public 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,
typewill returnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Provides the type of audio you specified in your request.
- See Also:
Type
-
typeAsString
public 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,
typewill returnType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Provides the type of audio you specified in your request.
- See Also:
Type
-
showSpeakerLabel
public final Boolean showSpeakerLabel()
Shows whether speaker partitioning was enabled for your transcription.
- Returns:
- Shows whether speaker partitioning was enabled for your transcription.
-
sessionId
public final String sessionId()
Provides the identifier for your transcription session.
- Returns:
- Provides the identifier for your transcription session.
-
enableChannelIdentification
public final Boolean enableChannelIdentification()
Shows whether channel identification was enabled for your transcription.
- Returns:
- Shows whether channel identification was enabled for your transcription.
-
numberOfChannels
public final Integer numberOfChannels()
Provides the number of channels that you specified in your request.
- Returns:
- Provides the number of channels that you specified in your request.
-
contentIdentificationType
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,
contentIdentificationTypewill returnMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Shows whether content identification was enabled for your transcription.
- See Also:
MedicalContentIdentificationType
-
contentIdentificationTypeAsString
public 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,
contentIdentificationTypewill returnMedicalContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Shows whether content identification was enabled for your transcription.
- See Also:
MedicalContentIdentificationType
-
toBuilder
public StartMedicalStreamTranscriptionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartMedicalStreamTranscriptionResponse.Builder,StartMedicalStreamTranscriptionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StartMedicalStreamTranscriptionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartMedicalStreamTranscriptionResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-