UNPKG

deepinfra

Version:
6 lines (5 loc) 363 B
import { ObjectDetectionRequest } from "../../../lib/types/object-detection/request"; import { ObjectDetectionResponse } from "../../../lib/types/object-detection/response"; import { ImageBaseModel } from "../../../lib/models/base/image-base-model"; export declare class ObjectDetection extends ImageBaseModel<ObjectDetectionRequest, ObjectDetectionResponse> { }