Interface RecognizerFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@PublicAPI @FunctionalInterface public interface RecognizerFactory
Factory interface for Recognizers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a recognizer module.
  • Method Details

    • createRecognizer

      Recognizer createRecognizer() throws Exception
      Creates a recognizer module.
      Returns:
      the recognizer module
      Throws:
      Exception