View Source GoogleApi.Speech.V1.Model.Entry (google_api_speech v0.28.0)

A single replacement configuration.

Attributes

  • caseSensitive (type: boolean(), default: nil) - Whether the search is case sensitive.
  • replace (type: String.t, default: nil) - What to replace with. Max length is 100 characters.
  • search (type: String.t, default: nil) - What to replace. Max length is 100 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Speech.V1.Model.Entry{
  caseSensitive: boolean() | nil,
  replace: String.t() | nil,
  search: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.