public final class LanguageResponse extends Response
extendedInformation| Constructor and Description |
|---|
LanguageResponse(List<LanguageDetectionResult> languageDetections)
constructor for
LanguageResponse |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
CategoriesResponse, compare contents for equality |
List<LanguageDetectionResult> |
getLanguageDetections()
get the list of detected languages
|
int |
hashCode() |
getExtendedInformationpublic LanguageResponse(List<LanguageDetectionResult> languageDetections)
LanguageResponselanguageDetections - list of detected languagespublic List<LanguageDetectionResult> getLanguageDetections()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.