Feature
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
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
Name
Description
type_
max_results
int
Maximum number of results of this type. Does not apply to
TEXT_DETECTION
, DOCUMENT_TEXT_DETECTION
, or CROP_HINTS
.model
str
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/weekly" for the
bleeding edge release updated weekly.Classes
Type
Type
(
value
)
Type of Google Cloud Vision API feature to be extracted.