Schnittstelle IServletSystemProperties.SpeechToTextServlet

Umschließende Schnittstelle:
IServletSystemProperties

public static interface IServletSystemProperties.SpeechToTextServlet
  • Felddetails

    • MAX_SPEECH_TO_TEXT

      static final int MAX_SPEECH_TO_TEXT
      SpeechToText Maximum number of requests in parallel (default: 50)
      System Property:
      jsidplay2.speech2text.max.parallel
    • SPEECHTOTEXT_ASYNC_TIMEOUT

      static final int SPEECHTOTEXT_ASYNC_TIMEOUT
      SpeechToText: Asynchronous servlets default timeout in ms (0 means disable, default: 6s)
      System Property:
      jsidplay2.speechtotext.async.timeout
    • MAX_SPEECHTOTEXT_IN_PARALLEL_CORE

      static final int MAX_SPEECHTOTEXT_IN_PARALLEL_CORE
      SpeechToText: maximum number of idle requests waiting to come alive (default: 7)
      System Property:
      jsidplay2.speechtotext.max.parallel.core
    • MAX_SPEECHTOTEXT_IN_PARALLEL

      static final int MAX_SPEECHTOTEXT_IN_PARALLEL
      SpeechToText: maximum number of requests in parallel (default: 7)
      System Property:
      jsidplay2.speechtotext.max.parallel
    • SPEECHTOTEXT_SESSION_MAX_INACTIVE_INTERVAL

      static final int SPEECHTOTEXT_SESSION_MAX_INACTIVE_INTERVAL
      SpeechToText Maximum inactive interval in s per session until the session gets cleared (default: 60s)
      System Property:
      jsidplay2.speech2text.max.inactive.interval
    • SPEECHTOTEXT_QUEUE_SIZE

      static final int SPEECHTOTEXT_QUEUE_SIZE
      SpeechToText Maximum number of requests waiting for recognition until they get rejected (default: 50)
      System Property:
      jsidplay2.speech2text.queue.size
    • SPEECHTOTEXT_KEEPALIVE_TIME

      static final int SPEECHTOTEXT_KEEPALIVE_TIME
      SpeechToText Maximum time for idle threads to wait to start recognition until they get alive (default: 60s)
      System Property:
      jsidplay2.speech2text.keepalive.time
    • SPEECHTOTEXT_MAX_RECORDING_TIME

      static final int SPEECHTOTEXT_MAX_RECORDING_TIME
      SpeechToText Maximum recording time per session (default: 6s)
      System Property:
      jsidplay2.speech2text.max.recording.time
    • SPEECHTOTEXT_MODEL_DE

      static final String SPEECHTOTEXT_MODEL_DE
      SpeechToText Model for locale de (default: ~/.cache/vosk/vosk-model-small-de-0.15)
      System Property:
      jsidplay2.speech2text.model.de
    • SPEECHTOTEXT_MODEL_EN

      static final String SPEECHTOTEXT_MODEL_EN
      SpeechToText Model for locale en (default: ~/.cache/vosk/vosk-model-small-en-us-0.15)
      System Property:
      jsidplay2.speech2text.model.en