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

Copy Markdown View Source

A Celebrity is a group of Faces with an identity.

Attributes

  • description (type: String.t()) - The Celebrity's description.
  • display_name (type: String.t()) - The Celebrity's display name.
  • name (type: String.t()) - The resource name of the preloaded Celebrity. Has the format builtin/{mid}.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1Celebrity{
  description: String.t() | nil,
  display_name: String.t() | nil,
  name: String.t() | nil
}