Class SupportedLanguage

java.lang.Object
com.basistech.rosette.apimodel.SupportedLanguage

public final class SupportedLanguage extends Object
Supported language/script
  • Method Details

    • builder

    • getLanguage

      public com.basistech.util.LanguageCode getLanguage()
      Returns:
      the language code
    • getScript

      public com.basistech.util.ISO15924 getScript()
      Returns:
      the script code
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLicensed

      public Boolean getLicensed()
      Returns:
      if this language is licensed or not
    • setLicensed

      public void setLicensed(Boolean licensed)