| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ModelSettings |
TranscriptionJobSummary.modelSettings()
Returns the value of the ModelSettings property for this object.
|
ModelSettings |
StartTranscriptionJobRequest.modelSettings()
Choose the custom language model you use for your transcription job in this parameter.
|
ModelSettings |
TranscriptionJob.modelSettings()
An object containing the details of your custom language model.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.modelSettings(ModelSettings modelSettings)
Sets the value of the ModelSettings property for this object.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.modelSettings(ModelSettings modelSettings)
Choose the custom language model you use for your transcription job in this parameter.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.modelSettings(ModelSettings modelSettings)
An object containing the details of your custom language model.
|
Copyright © 2021. All rights reserved.