Uses of Class
com.yahoo.language.detect.Hint
Packages that use Hint
-
Uses of Hint in com.yahoo.language.detect
Methods in com.yahoo.language.detect that return HintModifier and TypeMethodDescriptionstatic HintHint.newCountryHint(String country) static HintHint.newInstance(String market, String country) static HintHint.newMarketHint(String market) Methods in com.yahoo.language.detect with parameters of type HintModifier and TypeMethodDescriptionfinal Detectionfinal DetectionAbstractDetector.detect(ByteBuffer input, Hint hint) Detects language and encoding of the supplied byte array, possibly using a language/encoding hint.Detects language of the supplied String, possibly using a language hint.Detector.detect(ByteBuffer input, Hint hint) Detects language and encoding of the supplied ByteBuffer, possibly using a language/encoding hint. -
Uses of Hint in com.yahoo.language.simple
Methods in com.yahoo.language.simple with parameters of type Hint