GoogleApi.Translate.V3.Model.Glossary (google_api_translate v0.11.3) View Source
Represents a glossary built from user provided data.
Attributes
-
endTime(type:DateTime.t, default:nil) - Output only. When the glossary creation was finished. -
entryCount(type:integer(), default:nil) - Output only. The number of entries defined in the glossary. -
inputConfig(type:GoogleApi.Translate.V3.Model.GlossaryInputConfig.t, default:nil) - Required. Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints. -
languageCodesSet(type:GoogleApi.Translate.V3.Model.LanguageCodesSet.t, default:nil) - Used with equivalent term set glossaries. -
languagePair(type:GoogleApi.Translate.V3.Model.LanguageCodePair.t, default:nil) - Used with unidirectional glossaries. -
name(type:String.t, default:nil) - Required. The resource name of the glossary. Glossary names have the formprojects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}. -
submitTime(type:DateTime.t, default:nil) - Output only. When CreateGlossary was called.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Translate.V3.Model.Glossary{
endTime: DateTime.t(),
entryCount: integer(),
inputConfig: GoogleApi.Translate.V3.Model.GlossaryInputConfig.t(),
languageCodesSet: GoogleApi.Translate.V3.Model.LanguageCodesSet.t(),
languagePair: GoogleApi.Translate.V3.Model.LanguageCodePair.t(),
name: String.t(),
submitTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.