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

Copy Markdown View Source

Detected language for a structural component.

Attributes

Summary

Types

t()

@type t() ::
  %Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage{
    confidence: number() | nil,
    language_code: String.t() | nil
  }