Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage (googly_document_ai v0.1.0)

Copy Markdown View Source

Detected language for a structural component.

Attributes

  • confidence (type: number()) - Confidence of detected language. Range [0, 1].
  • language_code (type: String.t()) - The BCP-47 language code, such as en-US or sr-Latn.

Summary

Types

t()

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