public static class LanguageDetection.DetectionResult extends BaseAttribute
Modifier and Type | Class and Description |
---|---|
static class |
LanguageDetection.DetectionResult.Builder
Builder for detection results.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getConfidence()
Returns the confidence of this detection.
|
String |
getEncoding()
Returns the detected encoding.
|
LanguageCode |
getLanguage()
Returns the detected language.
|
ISO15924 |
getScript()
Returns the script.
|
int |
hashCode() |
getExtendedProperties, toString
public LanguageCode getLanguage()
public String getEncoding()
public ISO15924 getScript()
public Double getConfidence()
public boolean equals(Object o)
equals
in class BaseAttribute
public int hashCode()
hashCode
in class BaseAttribute
Copyright © 2016 Basis Technology Corporation. All Rights Reserved.