ITranslateInputDataConfig
Interface in AWS.Translate
Interface for InputDataConfig.
Properties
ContentType
property ContentType: string
Specifies the format of the data submitted to Amazon Translate as input.
The following content types are valid: - text/html - text/plain - application/vnd.openxmlformats-officedocument.wordprocessingml.document - application/vnd.openxmlformats-officedocument.presentationml.presentation - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet - application/x-xliff+xml
S3Uri
property S3Uri: string
Specifies the URI of a folder on AWS S3 containing the input files.
Amazon Translate will attempt to translate all files contained within the specified folder. NOTE: The S3 bucket must reside within the same region as the endpoint being used.