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

Copy Markdown View Source

Information about a face's identity.

Attributes

  • celebrity (type: Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1Celebrity.t()) - The Celebrity that this face was matched to.
  • confidence (type: number()) - Recognition confidence. Range [0, 1].

Summary

Types

t()

@type t() ::
  %Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1FaceRecognitionResult{
    celebrity:
      Googly.CloudVision.Model.GoogleCloudVisionV1p4beta1Celebrity.t() | nil,
    confidence: number() | nil
  }