public sealed class GlossaryInputConfig : IMessage<GlossaryInputConfig>, IEquatable<GlossaryInputConfig>, IDeepCloneable<GlossaryInputConfig>, IBufferMessage, IMessage
Required. Google Cloud Storage location of glossary data.
File format is determined based on the filename extension. API returns
[google.rpc.Code.INVALID_ARGUMENT] for unsupported URI-s and file
formats. Wildcards are not allowed. This must be a single file in one of
the following formats:
For unidirectional glossaries:
TSV/CSV (.tsv/.csv): 2 column file, tab- or comma-separated.
The first column is source text. The second column is target text.
The file must not contain headers. That is, the first row is data, not
column names.
TMX (.tmx): TMX file with parallel data defining source/target term
pairs.
For equivalent term sets glossaries:
CSV (.csv): Multi-column CSV file defining equivalent glossary terms
in multiple languages. The format is defined for Google Translation
Toolkit and documented in Use a
glossary.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe content details the \u003ccode\u003eGlossaryInputConfig\u003c/code\u003e class, which is used for input configuration of glossaries within the Google Cloud Translate V3 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGlossaryInputConfig\u003c/code\u003e supports two constructors: a default constructor and one that accepts another \u003ccode\u003eGlossaryInputConfig\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eGcsSource\u003c/code\u003e property, which is required and specifies the Google Cloud Storage location of glossary data in TSV/CSV or TMX formats, for unidirectional or equivalent term set glossaries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSourceCase\u003c/code\u003e property is one of \u003ccode\u003eGlossaryInputConfig\u003c/code\u003e, and is utilized to determine the source of the input for the config.\u003c/p\u003e\n"]]],[],null,[]]