View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage (google_api_document_ai v0.38.0)

Detected language for a structural component.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage{
    confidence: number() | nil,
    languageCode: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.