Package-level declarations
Types
Link copied to clipboard
                The Google Cloud Storage location for the input content.
Link copied to clipboard
                Link copied to clipboard
                data class GetGlossaryEntryResult(val description: String, val name: String, val termsPair: GlossaryTermsPairResponse, val termsSet: GlossaryTermsSetResponse)
Link copied to clipboard
                data class GetGlossaryResult(val displayName: String, val endTime: String, val entryCount: Int, val inputConfig: GlossaryInputConfigResponse, val languageCodesSet: LanguageCodesSetResponse, val languagePair: LanguageCodePairResponse, val name: String, val submitTime: String)
Link copied to clipboard
                Link copied to clipboard
                Input configuration for glossaries.
Link copied to clipboard
                Represents a single glossary term
Link copied to clipboard
                data class GlossaryTermsPairResponse(val sourceTerm: GlossaryTermResponse, val targetTerm: GlossaryTermResponse)
Represents a single entry for an unidirectional glossary.
Link copied to clipboard
                Represents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.
Link copied to clipboard
                Used with unidirectional glossaries.
Link copied to clipboard
                Used with equivalent term set glossaries.