public class SupportedFeatures
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Boolean |
isCustomAcousticModel()
Gets the customAcousticModel.
|
Boolean |
isCustomLanguageModel()
Gets the customLanguageModel.
|
Boolean |
isLowLatency()
Gets the lowLatency.
|
Boolean |
isSpeakerLabels()
Gets the speakerLabels.
|
public Boolean isCustomLanguageModel()
Indicates whether the customization interface can be used to create a custom language model based on the language model.
public Boolean isCustomAcousticModel()
Indicates whether the customization interface can be used to create a custom acoustic model based on the language model.
public Boolean isSpeakerLabels()
Indicates whether the `speaker_labels` parameter can be used with the language model.
**Note:** The field returns `true` for all models. However, speaker labels are supported for use only with the following languages and models: * _For previous-generation models,_ the parameter can be used with Australian English, US English, German, Japanese, Korean, and Spanish (both broadband and narrowband models) and UK English (narrowband model) transcription only. * _For next-generation models,_ the parameter can be used with Czech, English (Australian, Indian, UK, and US), German, Japanese, Korean, and Spanish transcription only.
Speaker labels are not supported for use with any other languages or models.
public Boolean isLowLatency()
Indicates whether the `low_latency` parameter can be used with a next-generation language model. The field is returned only for next-generation models. Previous-generation models do not support the `low_latency` parameter.
Copyright © 2024 IBM Cloud. All rights reserved.