POST api/TransaltionDocument?languageCode={languageCode}&inputFolder={inputFolder}&outputFolder={outputFolder}&manualUpload={manualUpload}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
languageCode

string

Required

inputFolder

string

Required

outputFolder

string

Required

manualUpload

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

StartTextTranslationJobResponse
NameDescriptionTypeAdditional information
JobId

string

None.

JobStatus

JobStatus

None.

ResponseMetadata

ResponseMetadata

None.

ContentLength

integer

None.

HttpStatusCode

HttpStatusCode

None.

Response Formats

application/json, text/json

Sample:
{
  "JobId": "sample string 1",
  "JobStatus": null,
  "ResponseMetadata": {
    "requestIdField": "sample string 1",
    "_metadata": null,
    "<ChecksumAlgorithm>k__BackingField": 0,
    "<ChecksumValidationStatus>k__BackingField": 0
  },
  "ContentLength": 2,
  "HttpStatusCode": 100
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Amazon.Translate.JobStatus' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Amazon.Translate.JobStatus' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.