google_api_vision v0.13.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p4beta1ImageQuality View Source

Stores image quality scores, could be aesthetic quality or technical quality.

Attributes

  • qualityScore (type: number(), default: nil) - A score representing the aesthetic/technical quality of the image. The score is in range [0, 1]. Higher value corresponds to more professional looking photos. 0 means the image looks very bad, 1 means the image with very high quality.

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.GoogleCloudVisionV1p4beta1ImageQuality{
  qualityScore: number()
}

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.