ArrayOfTranslation Complex Type
In This Topic
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
OriginalText xs:string
Original text that was matched for this result. Only returned if the matched original text was different than the input text. Used to return the source text of a fuzzy match. Not returned for Microsoft Translator results.
|
 |
Rating optional xs:int
Indicates the authority of the person making the quality decision. Machine Translation results will have a rating of 5. Anonymously provided translations will generally have a rating of 1 to 4, whilst authoritatively provided translations will generally have a rating of 6 to 10.
|
| | | |
Used By
Source
<xs:complexType name="ArrayOfTranslation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Translation" nillable="true" type="tns:Translation" />
</xs:sequence>
</xs:complexType>
|
See Also