Class MultiLanguageTextCheckEval.DetectionResults

java.lang.Object
org.languagetool.remote.multiLang.MultiLanguageTextCheckEval.DetectionResults
Enclosing class:
MultiLanguageTextCheckEval

static class MultiLanguageTextCheckEval.DetectionResults extends Object
  • Field Details

    • time

      private float time
    • timeWithout

      private float timeWithout
    • detectionRate

      private float detectionRate
    • wrongDetected

      private int wrongDetected
    • charsInText

      private long charsInText
    • sentencesInText

      private int sentencesInText
    • injectedSentecesInText

      private int injectedSentecesInText
  • Constructor Details

    • DetectionResults

      DetectionResults(float time, float timeWithout, float detectionRate, int wrongDetected, long charsInText, int sentencesInText, int injectedSentecesInText)
  • Method Details

    • getTimeDiff

      public float getTimeDiff()