...
Parameter | Type | Description |
---|---|---|
username | String | An empty Stringstring |
password | String | Your product token |
...
Parameter | Type | Description |
---|---|---|
username | String | An empty Stringstring |
Password | String | Your product token |
language | String | Preferred Target Language |
model | String | |
inputdata | byte[] | Document to be semantically extracted and transformed. Depending on the programming language in use (for instance Ruby and JavaScript) the byte array needs to be converted to a String and base64 encoded before submitting. |
inputdatatype | String | Filetype of the document (document postfix), e.g. 'docx' or the whole filename, e.g. 'document.pdf'. |
...
Parameter | Type | Description |
---|---|---|
inputDocs | inputDoc[] | An array of documents in the form of InputDocs |
domain | String | For classifications in the HR-domain, the domain value is always “hr” |
username | String | An empty Stringstring |
password | String | Your product token |
...
Parameter | Type | Description | ||
---|---|---|---|---|
username | String | An empty Stringstring | ||
password | String | Your product token | ||
language | String | Preferred Target Language | ||
model | String |
| ||
inputDocs | inputDoc[] | An array of documents in the form of InputDocs
|
...