http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
ArrayOfTranslateArrayResponse Element
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 : ArrayOfTranslateArrayResponse Element
Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
Type
ArrayOfTranslateArrayResponse Complex Type
Diagram
int Element Sequence TranslatedTextSentenceLengths Element TranslatedText Element State Element int Element Sequence OriginalTextSentenceLengths Element From Element Error Element Sequence TranslateArrayResponse Element Sequence ArrayOfTranslateArrayResponse Element
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.
OriginalTextSentenceLengths optional ArrayOfint Complex Type
An array of integers indicating the length of each sentence in the original source text. The length of the array indicates the number of sentences.
Sequence
int 0..∞ xs:int
State optional xs:string
User state to help correlate request and response. Returns the same content as in the request.
TranslatedText optional xs:string
The translated text.
TranslatedTextSentenceLengths optional ArrayOfint Complex Type
An array of integers indicating the length of each sentence in the translated text. The length of the array indicates the number of sentences.
Sequence
int 0..∞ xs:int
Source
<xs:element name="ArrayOfTranslateArrayResponse" nillable="true" type="tns:ArrayOfTranslateArrayResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2