Uses of Class
com.mindee.v2.cli.BaseInferenceCommand.OutputType
-
Packages that use BaseInferenceCommand.OutputType Package Description com.mindee.v2.cli -
-
Uses of BaseInferenceCommand.OutputType in com.mindee.v2.cli
Fields in com.mindee.v2.cli declared as BaseInferenceCommand.OutputType Modifier and Type Field Description protected BaseInferenceCommand.OutputTypeBaseInferenceCommand. outputMethods in com.mindee.v2.cli that return BaseInferenceCommand.OutputType Modifier and Type Method Description static BaseInferenceCommand.OutputTypeBaseInferenceCommand.OutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static BaseInferenceCommand.OutputType[]BaseInferenceCommand.OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-