GetGlossaryResult

data class GetGlossaryResult(val endTime: String, val entryCount: Int, val inputConfig: GlossaryInputConfigResponse, val languageCodesSet: LanguageCodesSetResponse, val languagePair: LanguageCodePairResponse, val name: String, val submitTime: String)

Constructors

Link copied to clipboard
fun GetGlossaryResult(endTime: String, entryCount: Int, inputConfig: GlossaryInputConfigResponse, languageCodesSet: LanguageCodesSetResponse, languagePair: LanguageCodePairResponse, name: String, submitTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the glossary creation was finished.

Link copied to clipboard

The number of entries defined in the glossary.

Link copied to clipboard

Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints.

Link copied to clipboard

Used with equivalent term set glossaries.

Link copied to clipboard

Used with unidirectional glossaries.

Link copied to clipboard

The resource name of the glossary. Glossary names have the form projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}.

Link copied to clipboard

When CreateGlossary was called.