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

    Interface Observation

    interface Observation {
        id: number;
        url: string;
        species: null | SpeciesData;
        species_guess: string;
        user: UserDetail;
        location: null | LocationDetail;
        point: Point;
        date: string;
        time: null | string;
        count: null | number;
        count_text: null | string;
        photos: Photo[];
        sounds: Sound[];
        comments_count: number;
        likes_count: number;
        validation_status: string;
        is_validated: boolean;
        model_prediction: string;
        obscured_by_user: boolean;
        created_at: string;
    }
    Index

    Properties

    id: number
    url: string
    species: null | SpeciesData
    species_guess: string
    location: null | LocationDetail
    point: Point
    date: string
    time: null | string
    count: null | number
    count_text: null | string
    photos: Photo[]
    sounds: Sound[]
    comments_count: number
    likes_count: number
    validation_status: string
    is_validated: boolean
    model_prediction: string
    obscured_by_user: boolean
    created_at: string