Class StartCallAnalyticsStreamTranscriptionResponse
- 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.StartCallAnalyticsStreamTranscriptionResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartCallAnalyticsStreamTranscriptionResponse.Builder,StartCallAnalyticsStreamTranscriptionResponse>
@Generated("software.amazon.awssdk:codegen") public final class StartCallAnalyticsStreamTranscriptionResponse extends TranscribeStreamingResponse implements ToCopyableBuilder<StartCallAnalyticsStreamTranscriptionResponse.Builder,StartCallAnalyticsStreamTranscriptionResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartCallAnalyticsStreamTranscriptionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartCallAnalyticsStreamTranscriptionResponse.Builderbuilder()ContentIdentificationTypecontentIdentificationType()Shows whether content identification was enabled for your Call Analytics transcription.StringcontentIdentificationTypeAsString()Shows whether content identification was enabled for your Call Analytics transcription.ContentRedactionTypecontentRedactionType()Shows whether content redaction was enabled for your Call Analytics transcription.StringcontentRedactionTypeAsString()Shows whether content redaction was enabled for your Call Analytics transcription.BooleanenablePartialResultsStabilization()Shows whether partial results stabilization was enabled for your Call Analytics transcription.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CallAnalyticsLanguageCodelanguageCode()Provides the language code that you specified in your Call Analytics request.StringlanguageCodeAsString()Provides the language code that you specified in your Call Analytics request.StringlanguageModelName()Provides the name of the custom language model that you specified in your Call Analytics request.MediaEncodingmediaEncoding()Provides the media encoding you specified in your Call Analytics request.StringmediaEncodingAsString()Provides the media encoding you specified in your Call Analytics request.IntegermediaSampleRateHertz()Provides the sample rate that you specified in your Call Analytics request.PartialResultsStabilitypartialResultsStability()Provides the stabilization level used for your transcription.StringpartialResultsStabilityAsString()Provides the stabilization level used for your transcription.StringpiiEntityTypes()Lists the PII entity types you specified in your Call Analytics request.StringrequestId()Provides the identifier for your real-time Call Analytics request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartCallAnalyticsStreamTranscriptionResponse.Builder>serializableBuilderClass()StringsessionId()Provides the identifier for your Call Analytics transcription session.StartCallAnalyticsStreamTranscriptionResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.VocabularyFilterMethodvocabularyFilterMethod()Provides the vocabulary filtering method used in your Call Analytics transcription.StringvocabularyFilterMethodAsString()Provides the vocabulary filtering method used in your Call Analytics transcription.StringvocabularyFilterName()Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.StringvocabularyName()Provides the name of the custom vocabulary that you specified in your Call Analytics 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 real-time Call Analytics request.
- Returns:
- Provides the identifier for your real-time Call Analytics request.
-
languageCode
public final CallAnalyticsLanguageCode languageCode()
Provides the language code that you specified in your Call Analytics request.
If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnCallAnalyticsLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- Provides the language code that you specified in your Call Analytics request.
- See Also:
CallAnalyticsLanguageCode
-
languageCodeAsString
public final String languageCodeAsString()
Provides the language code that you specified in your Call Analytics request.
If the service returns an enum value that is not available in the current SDK version,
languageCodewill returnCallAnalyticsLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageCodeAsString().- Returns:
- Provides the language code that you specified in your Call Analytics request.
- See Also:
CallAnalyticsLanguageCode
-
mediaSampleRateHertz
public final Integer mediaSampleRateHertz()
Provides the sample rate that you specified in your Call Analytics request.
- Returns:
- Provides the sample rate that you specified in your Call Analytics request.
-
mediaEncoding
public final MediaEncoding mediaEncoding()
Provides the media encoding you specified in your Call Analytics 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 Call Analytics request.
- See Also:
MediaEncoding
-
mediaEncodingAsString
public final String mediaEncodingAsString()
Provides the media encoding you specified in your Call Analytics 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 Call Analytics request.
- See Also:
MediaEncoding
-
vocabularyName
public final String vocabularyName()
Provides the name of the custom vocabulary that you specified in your Call Analytics request.
- Returns:
- Provides the name of the custom vocabulary that you specified in your Call Analytics request.
-
sessionId
public final String sessionId()
Provides the identifier for your Call Analytics transcription session.
- Returns:
- Provides the identifier for your Call Analytics transcription session.
-
vocabularyFilterName
public final String vocabularyFilterName()
Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.
- Returns:
- Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.
-
vocabularyFilterMethod
public final VocabularyFilterMethod vocabularyFilterMethod()
Provides the vocabulary filtering method used in your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
vocabularyFilterMethodwill returnVocabularyFilterMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvocabularyFilterMethodAsString().- Returns:
- Provides the vocabulary filtering method used in your Call Analytics transcription.
- See Also:
VocabularyFilterMethod
-
vocabularyFilterMethodAsString
public final String vocabularyFilterMethodAsString()
Provides the vocabulary filtering method used in your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
vocabularyFilterMethodwill returnVocabularyFilterMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvocabularyFilterMethodAsString().- Returns:
- Provides the vocabulary filtering method used in your Call Analytics transcription.
- See Also:
VocabularyFilterMethod
-
languageModelName
public final String languageModelName()
Provides the name of the custom language model that you specified in your Call Analytics request.
- Returns:
- Provides the name of the custom language model that you specified in your Call Analytics request.
-
enablePartialResultsStabilization
public final Boolean enablePartialResultsStabilization()
Shows whether partial results stabilization was enabled for your Call Analytics transcription.
- Returns:
- Shows whether partial results stabilization was enabled for your Call Analytics transcription.
-
partialResultsStability
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,
partialResultsStabilitywill returnPartialResultsStability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompartialResultsStabilityAsString().- Returns:
- Provides the stabilization level used for your transcription.
- See Also:
PartialResultsStability
-
partialResultsStabilityAsString
public 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,
partialResultsStabilitywill returnPartialResultsStability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompartialResultsStabilityAsString().- Returns:
- Provides the stabilization level used for your transcription.
- See Also:
PartialResultsStability
-
contentIdentificationType
public final ContentIdentificationType contentIdentificationType()
Shows whether content identification was enabled for your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationTypewill returnContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Shows whether content identification was enabled for your Call Analytics transcription.
- See Also:
ContentIdentificationType
-
contentIdentificationTypeAsString
public final String contentIdentificationTypeAsString()
Shows whether content identification was enabled for your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationTypewill returnContentIdentificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentIdentificationTypeAsString().- Returns:
- Shows whether content identification was enabled for your Call Analytics transcription.
- See Also:
ContentIdentificationType
-
contentRedactionType
public final ContentRedactionType contentRedactionType()
Shows whether content redaction was enabled for your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionTypewill returnContentRedactionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentRedactionTypeAsString().- Returns:
- Shows whether content redaction was enabled for your Call Analytics transcription.
- See Also:
ContentRedactionType
-
contentRedactionTypeAsString
public final String contentRedactionTypeAsString()
Shows whether content redaction was enabled for your Call Analytics transcription.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionTypewill returnContentRedactionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentRedactionTypeAsString().- Returns:
- Shows whether content redaction was enabled for your Call Analytics transcription.
- See Also:
ContentRedactionType
-
piiEntityTypes
public final String piiEntityTypes()
Lists the PII entity types you specified in your Call Analytics request.
- Returns:
- Lists the PII entity types you specified in your Call Analytics request.
-
toBuilder
public StartCallAnalyticsStreamTranscriptionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartCallAnalyticsStreamTranscriptionResponse.Builder,StartCallAnalyticsStreamTranscriptionResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StartCallAnalyticsStreamTranscriptionResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartCallAnalyticsStreamTranscriptionResponse.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
-
-