Interface AutoTranscribeSource

All Known Implementing Classes:
AlignedTypesAutoTranscribeSource, IPADictionaryAutoTranscribeSource
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AutoTranscribeSource
Source for automatic transcriptions
  • Method Summary

    Modifier and Type
    Method
    Description
    lookup(String text)
    Return a set of possible transcriptions for the given text.
  • Method Details

    • lookup

      String[] lookup(String text)
      Return a set of possible transcriptions for the given text.
      Parameters:
      text -
      Returns:
      a set of possible transcriptions or an empty set if no transcriptions are available