deepinfra
Version:
Official API wrapper for DeepInfra
6 lines (5 loc) • 363 B
TypeScript
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> {
}