public class LanguageDetectionResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description |
|---|---|
Long |
getResultIndex()
Gets the resultIndex.
|
List<LanguageDetectionResult> |
getResults()
Gets the results.
|
public List<LanguageDetectionResult> getResults()
An array of `LanguageDetectionResult` objects.
public Long getResultIndex()
An index that indicates a change point in the `results` array. The service increments the index for additional results that it sends for new audio for the same request. All results with the same index are delivered at the same time. The same index can include multiple final results that are delivered with the same response.
Copyright © 2026 IBM Cloud. All rights reserved.