public abstract class ObjectDetectionTranslatorFactory extends java.lang.Object implements TranslatorFactory
TranslatorFactory
that creates a ObjectDetectionTranslator
instance.Constructor and Description |
---|
ObjectDetectionTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ai.djl.util.Pair<java.lang.reflect.Type,java.lang.reflect.Type>> |
getSupportedTypes()
Returns supported input/output classes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSupported, newInstance
public java.util.Set<ai.djl.util.Pair<java.lang.reflect.Type,java.lang.reflect.Type>> getSupportedTypes()
getSupportedTypes
in interface TranslatorFactory