Package-level declarations

Types

Link copied to clipboard
data class GcsSourceResponse(val inputUri: String)

The Google Cloud Storage location for the input content.

Link copied to clipboard
data class GetGlossaryResult(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

Input configuration for glossaries.

Link copied to clipboard
data class LanguageCodePairResponse(val sourceLanguageCode: String, val targetLanguageCode: String)

Used with unidirectional glossaries.

Link copied to clipboard
data class LanguageCodesSetResponse(val languageCodes: List<String>)

Used with equivalent term set glossaries.