isAiIdentified property
Checks if this observation was AI-identified.
Returns true if the observation has both a model ID and confidence score,
indicating it was identified using an AI classification model.
Implementation
bool get isAiIdentified => modelId != null && confidence != null;