The type of Google Cloud Vision API detection to perform, and the maximum number of results to return for that type. Multiple Feature objects can be specified in the features list.
Attributes
-
max_results(type:integer()) - Maximum number of results of this type. Does not apply toTEXT_DETECTION,DOCUMENT_TEXT_DETECTION, orCROP_HINTS. -
model(type:String.t()) - Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".DOCUMENT_TEXT_DETECTIONandTEXT_DETECTIONalso support "builtin/rc" for the latest release candidate. -
type(type:String.t()) - The feature type.