Interface ServingTranslator

All Superinterfaces:
PostProcessor<Output>, PreProcessor<Input>, StreamingTranslator<Input,Output>, Translator<Input,Output>

public interface ServingTranslator extends StreamingTranslator<Input,Output>
A Translator that can handle generic Input and Output.