google_api_translate v0.9.0 GoogleApi.Translate.V3.Model.DetectLanguageResponse View Source

The response message for language detection.

Attributes

  • languages (type: list(GoogleApi.Translate.V3.Model.DetectedLanguage.t), default: nil) - A list of detected languages sorted by detection confidence in descending order. The most probable language first.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Translate.V3.Model.DetectLanguageResponse{
  languages: [GoogleApi.Translate.V3.Model.DetectedLanguage.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.