Skip to content

GetTerminology

Source: src/AWS/Translate/GetTerminology.ts

Runtime binding for translate:GetTerminology — retrieve a custom terminology’s properties and a presigned download location for its term-pair file.

// init
const getTerminology = yield* AWS.Translate.GetTerminology();
// runtime
const result = yield* getTerminology({ Name: glossary.terminologyName });
// result.TerminologyProperties?.TermCount
// result.TerminologyDataLocation?.Location — presigned download URL