Interface InputProcessor

All Known Implementing Classes:
TextProcessor

public interface InputProcessor
Interface for processing input before translation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Process input before translation.
  • Method Details

    • processor

      String processor(Object input)
      Process input before translation.
      Parameters:
      input - input to process
      Returns:
      processed input