Uses of Class
org.springframework.cloud.fn.object.detection.ObjectDetectionOutputConverter
Packages that use ObjectDetectionOutputConverter
-
Uses of ObjectDetectionOutputConverter in org.springframework.cloud.fn.object.detection
Constructors in org.springframework.cloud.fn.object.detection with parameters of type ObjectDetectionOutputConverterModifierConstructorDescriptionObjectDetectionService
(ObjectDetectionInputConverter inputConverter, ObjectDetectionOutputConverter outputConverter, org.springframework.cloud.fn.common.tensorflow.deprecated.TensorFlowService tensorFlowService) Generic constructor thea allow the converter to be pre-configured before passed to the service.ObjectDetectionService2
(String modelUri, ObjectDetectionOutputConverter outputConverter)