public class LanguageInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description |
|---|---|
Float |
getConfidence()
Gets the confidence.
|
String |
getLanguage()
Gets the language.
|
Float |
getTimestamp()
Gets the timestamp.
|
public Float getConfidence()
A score that indicates the service's confidence in its identification of the language in the range of 0.0 to 1.0.
public String getLanguage()
The language detected in standard abbreviated ISO 639 format.
public Float getTimestamp()
The timestamp of the detected language.
Copyright © 2026 IBM Cloud. All rights reserved.