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_ |
google.cloud.vision_v1p3beta1.types.Feature.Type
The feature 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". |
Classes
Type
Type(value)
Type of Google Cloud Vision API feature to be extracted.