| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static BaseModelName |
BaseModelName.fromValue(String value)
Use this in place of valueOf.
|
static BaseModelName |
BaseModelName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseModelName[] |
BaseModelName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLanguageModelResult |
CreateLanguageModelResult.withBaseModelName(BaseModelName baseModelName)
The Amazon Transcribe standard language model, or base model, you specified when creating your custom language
model.
|
CreateLanguageModelRequest |
CreateLanguageModelRequest.withBaseModelName(BaseModelName baseModelName)
The Amazon Transcribe standard language model, or base model, used to create your custom language model.
|
LanguageModel |
LanguageModel.withBaseModelName(BaseModelName baseModelName)
The Amazon Transcribe standard language model, or base model, used to create your custom language model.
|
Copyright © 2022. All rights reserved.