tjbot-ce - v3.0.0
    Preparing search index...

    Interface VisionModelMetadata

    Vision model metadata

    interface VisionModelMetadata {
        folder: string;
        inputShape?: number[];
        key: string;
        kind:
            | "detection"
            | "classification"
            | "face-detection"
            | "image-description";
        label: string;
        labelUrl?: string;
        required: string[];
        type: ModelType;
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    folder: string
    inputShape?: number[]
    key: string
    kind: "detection" | "classification" | "face-detection" | "image-description"
    label: string
    labelUrl?: string
    required: string[]
    type: ModelType
    url: string