Class Hint

java.lang.Object
com.yahoo.language.detect.Hint

public class Hint extends Object
A hint that can be given to a Detector.
Author:
Einar M R Rosenvinge
  • Method Details

    • getMarket

      public String getMarket()
    • getCountry

      public String getCountry()
    • newMarketHint

      public static Hint newMarketHint(String market)
    • newCountryHint

      public static Hint newCountryHint(String country)
    • newInstance

      public static Hint newInstance(String market, String country)