Question Source Object

Object that contains the information of sentence translation request

Attribute

  • id
    Unique ID (int)
  • status
    The number that indicates the current state
    • 1: Calculating characters
    • 2: Character calculation complete. Request available.
    • 96: Number of characters can’t be 0
    • 97: System error. Unable to extract characters.
    • 98: Determining the characters failed, incorrect character code is included.
    • 99: This file is not being supported.
  • charset
    Character coding detected by the system (string)

Example

{
  "id": 1,
  "status": 2,
  "user_id": 107,
  "file_type": "pptx",
  "letter_count": 1764,
  "charset": "UTF-8",
  "created_at": "2014-06-10T10:32:47.000+09:00",
  "updated_at": "2014-06-10T10:32:48.000+09:00"
}