Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

A JSON object that represents name and other details for a document in a scope.

PROPERTIES

didThe document id.int
dsidThe document set id.

 

int
nameThe name of the document.string
pmax

Null or the maximum document paragraph (segment id) to which the connected user has access.

This is used when only a portion of a document is assigned as a job to a worker.

int?
pminNull or the minimum document paragraph.int?
ptypeParser type, internal use.int?
pdomainParser domain: WORD, EXCEL, TXT, POT etc.string



previewapp

A preview application identifier. Used when translating subtitles or voice overs. Requires timestamp information in the segment context field.

Supported values: "video"

More information: resources/documents/{did}/previewapp

string?
previewurlThe URL used by the preview application. With videos previews this would be the video's URL (in a Wordbee project or an external URL).string?



editTrue if the user can "likely" edit the document's segments.bool
   
 Advanced properties: Included by some API methods only 
ctagsList of custom markup tag names that can be inserted into segments.array<string>
sub

Null or the list of sub documents. For example, a Powerpoint file will be stored as one document with one sub document per slide.

Each sub document has these properties:

  • sdid: The sub document id (sequential number within document)
  • sdnm: The name of the sub document, e.g. "Slide 1"
array<json>


EXAMPLES

-

 

 

 

  • No labels