google_api_vision v0.21.0 GoogleApi.Vision.V1.Model.Feature View Source

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 to TEXT_DETECTION, DOCUMENT_TEXT_DETECTION, or CROP_HINTS.
  • model (type: String.t, default: nil) - Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
  • type (type: String.t, default: nil) - The feature type.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Vision.V1.Model.Feature{
  maxResults: integer(),
  model: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.