View Source GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebEntity (google_api_vision v0.25.0)

Entity deduced from similar images on the Internet.

Attributes

  • description (type: String.t, default: nil) - Canonical description of the entity, in English.
  • entityId (type: String.t, default: nil) - Opaque entity ID.
  • score (type: number(), default: nil) - Overall relevancy score for the entity. Not normalized and not comparable across different image queries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p2beta1WebDetectionWebEntity{
    description: String.t() | nil,
    entityId: String.t() | nil,
    score: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.