public class CreateAcousticModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
CreateAcousticModelOptions.BaseModelName
The name of the base language model that is to be customized by the new custom acoustic model.
|
static class |
CreateAcousticModelOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
baseModelName()
Gets the baseModelName.
|
String |
description()
Gets the description.
|
String |
name()
Gets the name.
|
CreateAcousticModelOptions.Builder |
newBuilder()
New builder.
|
public CreateAcousticModelOptions.Builder newBuilder()
public String name()
A user-defined name for the new custom acoustic model. Use a localized name that matches the language of the custom model. Use a name that describes the acoustic environment of the custom model, such as `Mobile custom model` or `Noisy car custom model`. Use a name that is unique among all custom acoustic models that you own.
Include a maximum of 256 characters in the name. Do not use backslashes, slashes, colons, equal signs, ampersands, or question marks in the name.
public String baseModelName()
The name of the base language model that is to be customized by the new custom acoustic model. The new custom model can be used only with the base model that it customizes.
To determine whether a base model supports acoustic model customization, refer to [Language support for customization](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-custom-support).
public String description()
A recommended description of the new custom acoustic model. Use a localized description that matches the language of the custom model. Include a maximum of 128 characters in the description.
Copyright © 2023 IBM Cloud. All rights reserved.