...
Example:
Code Block |
---|
{ "de": [ { "docSeqdocNo": "1", "docSid": null, "sid": 27624594, "rid": 7837, "sim": 100, "ed": 1, "st": 0, "src": "en", "trg": "de", "stextstxt": "Good morning" }, { "docSeqdocNo": "1-2", "docSid": 1, "sid": 27624595, "rid": 7837, "sim": 99, "ed": 1, "st": 0, "src": "en", "trg": "de", "stextstxt": "How are you doing" } ... |
The key properties of each hit are:
docSeq
docNo
: The sequential segment identifier number (string) in the document we translate: 1, 2, 3, 3-2, 3-3, etc.docSid
: Always null.stext
stxt
: The hit’s source textsid, rid
: The hit’s numeric segment ID and resource IDsim
: The hit similarityed, st, src, trg
: The hit’s last editor, status, source and target language
...