providerplaneai
    Preparing search index...

    Interface contract for DetectedObject.

    interface DetectedObject {
        boundingBox?: BoundingBox;
        confidence?: number;
        label: string;
    }
    Index

    Properties

    boundingBox?: BoundingBox
    confidence?: number
    label: string