public class ListLanguageModelsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ListLanguageModelsOptions.Builder
Builder.
|
static interface |
ListLanguageModelsOptions.Language
The identifier of the language for which custom language or custom acoustic models are to be
returned.
|
Modifier and Type | Method and Description |
---|---|
String |
language()
Gets the language.
|
ListLanguageModelsOptions.Builder |
newBuilder()
New builder.
|
public ListLanguageModelsOptions.Builder newBuilder()
public String language()
The identifier of the language for which custom language or custom acoustic models are to be returned. Specify the five-character language identifier; for example, specify `en-US` to see all custom language or custom acoustic models that are based on US English models. Omit the parameter to see all custom language or custom acoustic models that are owned by the requesting credentials.
To determine the languages for which customization is available, see [Language support for customization](https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-custom-support).
Copyright © 2023 IBM Cloud. All rights reserved.