Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  • docSeqdocNo: The sequential segment identifier number (string) in the document we translate: 1, 2, 3, 3-2, 3-3, etc.

  • docSid: Always null.

  • stextstxt: The hit’s source text

  • sid, rid: The hit’s numeric segment ID and resource ID

  • sim: The hit similarity

  • ed, st, src, trg: The hit’s last editor, status, source and target language

...