Interface StartCallAnalyticsStreamTranscriptionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartCallAnalyticsStreamTranscriptionResponse.Builder,StartCallAnalyticsStreamTranscriptionResponse>,SdkBuilder<StartCallAnalyticsStreamTranscriptionResponse.Builder,StartCallAnalyticsStreamTranscriptionResponse>,SdkPojo,SdkResponse.Builder,TranscribeStreamingResponse.Builder
- Enclosing class:
- StartCallAnalyticsStreamTranscriptionResponse
@Mutable @NotThreadSafe public static interface StartCallAnalyticsStreamTranscriptionResponse.Builder extends TranscribeStreamingResponse.Builder, SdkPojo, CopyableBuilder<StartCallAnalyticsStreamTranscriptionResponse.Builder,StartCallAnalyticsStreamTranscriptionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionResponse.BuildercontentIdentificationType(String contentIdentificationType)Shows whether content identification was enabled for your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuildercontentIdentificationType(ContentIdentificationType contentIdentificationType)Shows whether content identification was enabled for your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuildercontentRedactionType(String contentRedactionType)Shows whether content redaction was enabled for your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuildercontentRedactionType(ContentRedactionType contentRedactionType)Shows whether content redaction was enabled for your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuilderenablePartialResultsStabilization(Boolean enablePartialResultsStabilization)Shows whether partial results stabilization was enabled for your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuilderlanguageCode(String languageCode)Provides the language code that you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuilderlanguageCode(CallAnalyticsLanguageCode languageCode)Provides the language code that you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuilderlanguageModelName(String languageModelName)Provides the name of the custom language model that you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuildermediaEncoding(String mediaEncoding)Provides the media encoding you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuildermediaEncoding(MediaEncoding mediaEncoding)Provides the media encoding you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuildermediaSampleRateHertz(Integer mediaSampleRateHertz)Provides the sample rate that you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuilderpartialResultsStability(String partialResultsStability)Provides the stabilization level used for your transcription.StartCallAnalyticsStreamTranscriptionResponse.BuilderpartialResultsStability(PartialResultsStability partialResultsStability)Provides the stabilization level used for your transcription.StartCallAnalyticsStreamTranscriptionResponse.BuilderpiiEntityTypes(String piiEntityTypes)Lists the PII entity types you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuilderrequestId(String requestId)Provides the identifier for your real-time Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuildersessionId(String sessionId)Provides the identifier for your Call Analytics transcription session.StartCallAnalyticsStreamTranscriptionResponse.BuildervocabularyFilterMethod(String vocabularyFilterMethod)Provides the vocabulary filtering method used in your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuildervocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)Provides the vocabulary filtering method used in your Call Analytics transcription.StartCallAnalyticsStreamTranscriptionResponse.BuildervocabularyFilterName(String vocabularyFilterName)Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.StartCallAnalyticsStreamTranscriptionResponse.BuildervocabularyName(String vocabularyName)Provides the name of the custom vocabulary that you specified in your Call Analytics request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.transcribestreaming.model.TranscribeStreamingResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
requestId
StartCallAnalyticsStreamTranscriptionResponse.Builder requestId(String requestId)
Provides the identifier for your real-time Call Analytics request.
- Parameters:
requestId- Provides the identifier for your real-time Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
StartCallAnalyticsStreamTranscriptionResponse.Builder languageCode(String languageCode)
Provides the language code that you specified in your Call Analytics request.
- Parameters:
languageCode- Provides the language code that you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CallAnalyticsLanguageCode,CallAnalyticsLanguageCode
-
languageCode
StartCallAnalyticsStreamTranscriptionResponse.Builder languageCode(CallAnalyticsLanguageCode languageCode)
Provides the language code that you specified in your Call Analytics request.
- Parameters:
languageCode- Provides the language code that you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CallAnalyticsLanguageCode,CallAnalyticsLanguageCode
-
mediaSampleRateHertz
StartCallAnalyticsStreamTranscriptionResponse.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
Provides the sample rate that you specified in your Call Analytics request.
- Parameters:
mediaSampleRateHertz- Provides the sample rate that you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaEncoding
StartCallAnalyticsStreamTranscriptionResponse.Builder mediaEncoding(String mediaEncoding)
Provides the media encoding you specified in your Call Analytics request.
- Parameters:
mediaEncoding- Provides the media encoding you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaEncoding,MediaEncoding
-
mediaEncoding
StartCallAnalyticsStreamTranscriptionResponse.Builder mediaEncoding(MediaEncoding mediaEncoding)
Provides the media encoding you specified in your Call Analytics request.
- Parameters:
mediaEncoding- Provides the media encoding you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaEncoding,MediaEncoding
-
vocabularyName
StartCallAnalyticsStreamTranscriptionResponse.Builder vocabularyName(String vocabularyName)
Provides the name of the custom vocabulary that you specified in your Call Analytics request.
- Parameters:
vocabularyName- Provides the name of the custom vocabulary that you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
StartCallAnalyticsStreamTranscriptionResponse.Builder sessionId(String sessionId)
Provides the identifier for your Call Analytics transcription session.
- Parameters:
sessionId- Provides the identifier for your Call Analytics transcription session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vocabularyFilterName
StartCallAnalyticsStreamTranscriptionResponse.Builder vocabularyFilterName(String vocabularyFilterName)
Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.
- Parameters:
vocabularyFilterName- Provides the name of the custom vocabulary filter that you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vocabularyFilterMethod
StartCallAnalyticsStreamTranscriptionResponse.Builder vocabularyFilterMethod(String vocabularyFilterMethod)
Provides the vocabulary filtering method used in your Call Analytics transcription.
- Parameters:
vocabularyFilterMethod- Provides the vocabulary filtering method used in your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyFilterMethod,VocabularyFilterMethod
-
vocabularyFilterMethod
StartCallAnalyticsStreamTranscriptionResponse.Builder vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Provides the vocabulary filtering method used in your Call Analytics transcription.
- Parameters:
vocabularyFilterMethod- Provides the vocabulary filtering method used in your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyFilterMethod,VocabularyFilterMethod
-
languageModelName
StartCallAnalyticsStreamTranscriptionResponse.Builder languageModelName(String languageModelName)
Provides the name of the custom language model that you specified in your Call Analytics request.
- Parameters:
languageModelName- Provides the name of the custom language model that you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enablePartialResultsStabilization
StartCallAnalyticsStreamTranscriptionResponse.Builder enablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
Shows whether partial results stabilization was enabled for your Call Analytics transcription.
- Parameters:
enablePartialResultsStabilization- Shows whether partial results stabilization was enabled for your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partialResultsStability
StartCallAnalyticsStreamTranscriptionResponse.Builder partialResultsStability(String partialResultsStability)
Provides the stabilization level used for your transcription.
- Parameters:
partialResultsStability- Provides the stabilization level used for your transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartialResultsStability,PartialResultsStability
-
partialResultsStability
StartCallAnalyticsStreamTranscriptionResponse.Builder partialResultsStability(PartialResultsStability partialResultsStability)
Provides the stabilization level used for your transcription.
- Parameters:
partialResultsStability- Provides the stabilization level used for your transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartialResultsStability,PartialResultsStability
-
contentIdentificationType
StartCallAnalyticsStreamTranscriptionResponse.Builder contentIdentificationType(String contentIdentificationType)
Shows whether content identification was enabled for your Call Analytics transcription.
- Parameters:
contentIdentificationType- Shows whether content identification was enabled for your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentIdentificationType,ContentIdentificationType
-
contentIdentificationType
StartCallAnalyticsStreamTranscriptionResponse.Builder contentIdentificationType(ContentIdentificationType contentIdentificationType)
Shows whether content identification was enabled for your Call Analytics transcription.
- Parameters:
contentIdentificationType- Shows whether content identification was enabled for your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentIdentificationType,ContentIdentificationType
-
contentRedactionType
StartCallAnalyticsStreamTranscriptionResponse.Builder contentRedactionType(String contentRedactionType)
Shows whether content redaction was enabled for your Call Analytics transcription.
- Parameters:
contentRedactionType- Shows whether content redaction was enabled for your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentRedactionType,ContentRedactionType
-
contentRedactionType
StartCallAnalyticsStreamTranscriptionResponse.Builder contentRedactionType(ContentRedactionType contentRedactionType)
Shows whether content redaction was enabled for your Call Analytics transcription.
- Parameters:
contentRedactionType- Shows whether content redaction was enabled for your Call Analytics transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentRedactionType,ContentRedactionType
-
piiEntityTypes
StartCallAnalyticsStreamTranscriptionResponse.Builder piiEntityTypes(String piiEntityTypes)
Lists the PII entity types you specified in your Call Analytics request.
- Parameters:
piiEntityTypes- Lists the PII entity types you specified in your Call Analytics request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-