TranslateArrayResponse Element
In This Topic
Type
Diagram
Overview
 |
 |
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" maxOccurs="unbounded" name="TranslateArrayResponse" nillable="true" type="tns:TranslateArrayResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
|
See Also