GoogleApi.Language.V1.Model.XPSTranslationPreprocessResponse (google_api_language v0.16.3)

View Source

Translation preprocess response.

Attributes

  • parsedExampleCount (type: String.t, default: nil) - Total example count parsed.
  • validExampleCount (type: String.t, default: nil) - Total valid example count.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSTranslationPreprocessResponse{
  parsedExampleCount: String.t() | nil,
  validExampleCount: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.