View Source GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryLanguageIdentificationResult (google_api_content_warehouse v0.4.0)

Attributes

  • localeStripped (type: boolean(), default: nil) - Whether the locale got stripped from the original result before further processing.
  • s3TopLocale (type: String.t, default: nil) - From cs/symbol:speech.s3.LanguageIdentificationResult owned by go/s3.
  • ytCapsAudioLanguage (type: String.t, default: nil) - From cs/symbol:video_platform.operation.AudioLanguage owned gy go/ytcaps.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryLanguageIdentificationResult{
    localeStripped: boolean() | nil,
    s3TopLocale: String.t() | nil,
    ytCapsAudioLanguage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.