observation-js Documentation - v1.16.0
    Preparing search index...

    Interface NiaIdentifyOptions

    interface NiaIdentifyOptions {
        images: Blob[];
        location?: { lat: number; lng: number };
    }
    Index

    Properties

    Properties

    images: Blob[]
    location?: { lat: number; lng: number }