model property

String? model
getter/setter pair

Model to use for the feature.

Supported values: "builtin/stable" (the default if unset) and "builtin/latest". DOCUMENT_TEXT_DETECTION and TEXT_DETECTION also support "builtin/rc" for the latest release candidate.

Implementation

core.String? model;