DocumentTranslateContent interface
Document Translate Request Content
Properties
| document | Document to be translated in the form |
| glossary | Glossary-translation memory will be used during translation in the form. |
Property Details
document
Document to be translated in the form
document: FileContents | { contentType?: string, contents: FileContents, filename?: string }
Property Value
FileContents | { contentType?: string, contents: FileContents, filename?: string }
glossary
Glossary-translation memory will be used during translation in the form.
glossary?: (FileContents | { contentType?: string, contents: FileContents, filename?: string })[]
Property Value
(FileContents | { contentType?: string, contents: FileContents, filename?: string })[]