Class AbstractQParser.DetectedLanguage

  • Enclosing class:
    AbstractQParser

    public class AbstractQParser.DetectedLanguage
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getCertainty()
      Returns the detected certainty for this language
      java.lang.String getLangCode()
      Returns the detected language code
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLangCode

        public java.lang.String getLangCode()
        Returns the detected language code
        Returns:
        language code as a string
      • getCertainty

        public java.lang.Double getCertainty()
        Returns the detected certainty for this language
        Returns:
        certainty as a value between 0.0 and 1.0 where 1.0 is 100% certain