Interface StreamingTranslator<I,O>

Type Parameters:
I - the input type
O - the output type
All Superinterfaces:
PostProcessor<O>, PreProcessor<I>, Translator<I,O>
All Known Subinterfaces:
ServingTranslator

public interface StreamingTranslator<I,O> extends Translator<I,O>
An expansion of the Translator with postProcessing for the StreamingBlock (used by Predictor.streamingPredict(Object).