Uses of Class
software.amazon.awssdk.services.transcribe.model.ModelSettings
-
Packages that use ModelSettings Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ModelSettings in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ModelSettings Modifier and Type Method Description ModelSettingsStartTranscriptionJobRequest. modelSettings()Specify the custom language model you want to include with your transcription job.ModelSettingsTranscriptionJob. modelSettings()Provides information on the custom language model you included in your request.ModelSettingsTranscriptionJobSummary. modelSettings()Returns the value of the ModelSettings property for this object.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type ModelSettings Modifier and Type Method Description StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. modelSettings(ModelSettings modelSettings)Specify the custom language model you want to include with your transcription job.TranscriptionJob.BuilderTranscriptionJob.Builder. modelSettings(ModelSettings modelSettings)Provides information on the custom language model you included in your request.TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. modelSettings(ModelSettings modelSettings)Sets the value of the ModelSettings property for this object.
-