providerplaneai
    Preparing search index...

    Interface contract for ImageAnalysisFeatures.

    interface ImageAnalysisFeatures {
        boundingBoxes?: boolean;
        description?: boolean;
        extras?: Record<string, unknown>;
        objects?: boolean;
        safety?: boolean;
        text?: boolean;
    }
    Index

    Properties

    boundingBoxes?: boolean

    Bounding boxes for detected entities

    description?: boolean

    Natural language description of the image

    extras?: Record<string, unknown>

    Model-specific advanced analysis

    objects?: boolean

    Object and entity detection

    safety?: boolean

    Safety / content risk assessment

    text?: boolean

    Optical character recognition