Googly.CloudVision.Model.WebEntity (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Entity deduced from similar images on the Internet.

Attributes

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

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.WebEntity{
  description: String.t() | nil,
  entity_id: String.t() | nil,
  score: number() | nil
}