TranslateArrayResult Element
In This Topic
Type
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
Error optional xs:string
Indicates an error if one has occurred. Otherwise set to null.
|
 |
From optional xs:string
A string containing the language code of the source language. Must be a valid culture name.
|
 |
 |
Sequence
| |
 |
State optional xs:string
User state to help correlate request and response. Returns the same content as in the request.
|
 |
 |
Sequence
| | | | | |
Source
<xs:element minOccurs="0" name="TranslateArrayResult" nillable="true" type="q17:ArrayOfTranslateArrayResponse" xmlns:q17="http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
|
See Also