public class DetectLanguageOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectLanguageOptions.Builder
Builder.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
audio()
Gets the audio.
|
String |
contentType()
Gets the contentType.
|
Float |
lidConfidence()
Gets the lidConfidence.
|
DetectLanguageOptions.Builder |
newBuilder()
New builder.
|
public DetectLanguageOptions.Builder newBuilder()
public Float lidConfidence()
Set a custom confidence threshold for detection.
public InputStream audio()
The audio to transcribe.
public String contentType()
The type of the input.
Copyright © 2026 IBM Cloud. All rights reserved.