3.1.4.6.2.1 ConvertBatchRequest
The ConvertBatchRequest element specifies the input data for the ConvertBatch WSDL operation.
-
<xs:element name="ConvertBatchRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element xmlns:q25="http://schemas.microsoft.com/office/server/translation/2010/11/convertBatch" minOccurs="0" name="Items" nillable="true" type="q25:ArrayOfConvertBatchItem"/> <xs:element xmlns:tns1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Jobs" nillable="true" type="tns1:ArrayOfKeyValueOfunsignedLongConvertBatchJob98aftgpZ"/> </xs:sequence> </xs:complexType> </xs:element>
Items: An ArrayOfConvertBatchItem element containing the set of translation items to be translated. This element MUST NOT be null.
Jobs: An ArrayOfKeyValueOfunsignedLongConvertBatchJob98aftgpZ element that represents a dictionary of translation jobs to which the translation items in the ConvertBatchRequest request WSDL message belong. This element MUST NOT be null.