DocumentTranslateContent interface
Contenuto della richiesta di traduzione documento
Proprietà
| document | Documento da tradurre nella forma |
| glossary | Durante la traduzione verrà utilizzata la memoria di traduzione glossario nella forma. |
Dettagli proprietà
document
Documento da tradurre nella forma
document: FileContents | { contentType?: string, contents: FileContents, filename?: string }
Valore della proprietà
FileContents | { contentType?: string, contents: FileContents, filename?: string }
glossary
Durante la traduzione verrà utilizzata la memoria di traduzione glossario nella forma.
glossary?: (FileContents | { contentType?: string, contents: FileContents, filename?: string })[]
Valore della proprietà
(FileContents | { contentType?: string, contents: FileContents, filename?: string })[]