View Source GoogleApi.Vision.V1.Model.Feature (google_api_vision v0.26.1)
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
-
maxResults(type:integer(), default:nil) - Maximum number of results of this type. Does not apply toTEXT_DETECTION,DOCUMENT_TEXT_DETECTION, orCROP_HINTS. -
model(type:String.t, default:nil) - Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".DOCUMENT_TEXT_DETECTIONandTEXT_DETECTIONalso support "builtin/weekly" for the bleeding edge release updated weekly. -
type(type:String.t, default:nil) - The feature type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.