| Method and Description |
|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.CreateJobOptions.customizationId()
Use the `languageCustomizationId` getter to get the customization ID (GUID) of a custom
language model that is to be used with the recognition request.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.RecognizeOptions.customizationId()
Use the `languageCustomizationId` getter to get the customization ID (GUID) of a custom
language model that is to be used with the recognition request.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.CreateJobOptions.Builder.customizationId(String)
Use the `languageCustomizationId` setter to specify the customization ID (GUID) of a custom
language model that is to be used with the recognition request. Do not specify both parameters with a
request.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.RecognizeOptions.Builder.customizationId(String)
Use the `languageCustomizationId` setter to specify the customization ID (GUID) of a custom
language model that is to be used with the recognition request. Do not specify both parameters with a
request.
|
| Constructor and Description |
|---|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.CreateJobOptions.Builder(InputStream, String)
contentType is no longer required, so this constructor will be removed in the next major release.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.RecognizeOptions.Builder(InputStream, String)
contentType is no longer required, so this constructor will be removed in the next major release.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.AddAudioOptions.Builder(String, String)
audioResource is now required, so this constructor will be removed in the next major release.
|
| com.ibm.watson.developer_cloud.speech_to_text.v1.model.AddAudioOptions.Builder(String, String, InputStream, String)
contentType is no longer required, so this constructor will be removed in the next major release.
|