providerplaneai
    Preparing search index...

    Interface contract for ClientImageAnalysisRequest.

    interface ClientImageAnalysisRequest {
        extras?: Record<string, unknown>;
        features?: ImageAnalysisFeatures;
        hints?: ImageAnalysisHints;
        images?: ClientReferenceImage[];
        prompt?: string;
    }
    Index

    Properties

    extras?: Record<string, unknown>

    Provider escape hatch

    Requested analysis features

    Optional structured analysis hints. Providers may ignore unsupported hints.

    One or more images to analyze

    prompt?: string

    Optional instruction to guide analysis. Example: "Describe the scene and identify safety risks."