modelId property

String? modelId
final

Identifier of the AI model used for species identification.

References the specific version of the classification model that was used to identify the species. Important for tracking model performance and data provenance.

Example: 'culico-net-cls-v1', 'pytorch-mobile-v2'

Implementation

final String? modelId;