NucliaDB REST API (v1)
API reference for the NucliaDB, covering all the endpoints related to pushing or searching contents.
Get Resource (By Id)
Authorization roles
Authenticated user needs to fulfill one of this roles, otherwise the request will be rejected with a 403
response.
READER
path Parameters
kbid required | string (Kbid) |
rid required | string (Rid) |
query Parameters
rslug | string (Rslug) |
show | Array of strings (ResourceProperties) Default: ["basic"] Items Enum: "basic" "origin" "extra" "relations" "values" "extracted" "errors" |
field_type | Array of strings (FieldTypeName) Default: ["text","file","link","layout","conversation","keywordset","datetime","generic"] Items Enum: "text" "file" "link" "layout" "conversation" "keywordset" "datetime" "generic" |
extracted | Array of strings (ExtractedDataTypeName) Default: ["text","metadata","link","file"] Items Enum: "text" "metadata" "shortened_metadata" "large_metadata" "vectors" "link" "file" "uservectors" |
header Parameters
x-nucliadb-user | string (X-Nucliadb-User) Default: |
x-forwarded-for | string (X-Forwarded-For) Default: |
Responses
Response samples
- 200
- 422
Content type
application/json
{- "id": "string",
- "slug": "string",
- "title": "string",
- "summary": "string",
- "icon": "string",
- "layout": "string",
- "thumbnail": "string",
- "metadata": {
- "metadata": { },
- "language": "string",
- "languages": [
- "string"
], - "status": "PENDING"
}, - "usermetadata": {
- "classifications": [ ],
- "relations": [ ]
}, - "fieldmetadata": [
- {
- "token": [ ],
- "paragraphs": [ ],
- "field": {
- "field_type": "file",
- "field": "string"
}
}
], - "computedmetadata": {
- "field_classifications": [ ]
}, - "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "last_seqid": 0,
- "last_account_seq": 0,
- "queue": "private",
- "origin": {
- "source_id": "string",
- "url": "string",
- "created": "2019-08-24T14:15:22Z",
- "modified": "2019-08-24T14:15:22Z",
- "metadata": { },
- "tags": [ ],
- "collaborators": [ ],
- "filename": "string",
- "related": [ ],
- "source": "API"
}, - "extra": {
- "metadata": { }
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": "string",
- "source_start": 0,
- "source_end": 0,
- "to_start": 0,
- "to_end": 0
}, - "from": {
- "value": "string",
- "type": "entity",
- "group": "string"
}, - "to": {
- "value": "string",
- "type": "entity",
- "group": "string"
}
}
], - "data": {
- "texts": {
- "property1": {
- "value": {
- "body": "string",
- "format": "PLAIN",
- "md5": "string"
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "body": "string",
- "format": "PLAIN",
- "md5": "string"
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}
}, - "files": {
- "property1": {
- "value": {
- "added": "2019-08-24T14:15:22Z",
- "file": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "password": "string",
- "external": false
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}, - "file": {
- "language": "string",
- "md5": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "nested": {
- "property1": "string",
- "property2": "string"
}, - "file_generated": {
- "property1": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "property2": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}
}, - "file_rows_previews": {
- "property1": {
- "sheets": {
- "property1": {
- "rows": [ ]
}, - "property2": {
- "rows": [ ]
}
}
}, - "property2": {
- "sheets": {
- "property1": {
- "rows": [ ]
}, - "property2": {
- "rows": [ ]
}
}
}
}, - "file_preview": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "file_pages_previews": {
- "pages": [
- {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}
], - "positions": [
- {
- "start": 0,
- "end": 0
}
]
}, - "file_thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "field": "string",
- "icon": "string",
- "nested_position": {
- "property1": {
- "start": 0,
- "end": 0,
- "page": 0
}, - "property2": {
- "start": 0,
- "end": 0,
- "page": 0
}
}, - "nested_list_position": {
- "property1": {
- "positions": [
- {
- "start": null,
- "end": null,
- "page": null
}
]
}, - "property2": {
- "positions": [
- {
- "start": null,
- "end": null,
- "page": null
}
]
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "added": "2019-08-24T14:15:22Z",
- "file": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "password": "string",
- "external": false
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}, - "file": {
- "language": "string",
- "md5": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "nested": {
- "property1": "string",
- "property2": "string"
}, - "file_generated": {
- "property1": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "property2": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}
}, - "file_rows_previews": {
- "property1": {
- "sheets": {
- "property1": {
- "rows": [ ]
}, - "property2": {
- "rows": [ ]
}
}
}, - "property2": {
- "sheets": {
- "property1": {
- "rows": [ ]
}, - "property2": {
- "rows": [ ]
}
}
}
}, - "file_preview": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "file_pages_previews": {
- "pages": [
- {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}
], - "positions": [
- {
- "start": 0,
- "end": 0
}
]
}, - "file_thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "field": "string",
- "icon": "string",
- "nested_position": {
- "property1": {
- "start": 0,
- "end": 0,
- "page": 0
}, - "property2": {
- "start": 0,
- "end": 0,
- "page": 0
}
}, - "nested_list_position": {
- "property1": {
- "positions": [
- {
- "start": null,
- "end": null,
- "page": null
}
]
}, - "property2": {
- "positions": [
- {
- "start": null,
- "end": null,
- "page": null
}
]
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}
}, - "links": {
- "property1": {
- "value": {
- "added": "2019-08-24T14:15:22Z",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "cookies": {
- "property1": "string",
- "property2": "string"
}, - "uri": "string",
- "language": "string",
- "localstorage": {
- "property1": "string",
- "property2": "string"
}
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}, - "link": {
- "date": "2019-08-24T14:15:22Z",
- "language": "string",
- "title": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "link_thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "link_preview": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "field": "string",
- "link_image": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "description": "string",
- "type": "string",
- "embed": "string"
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "added": "2019-08-24T14:15:22Z",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "cookies": {
- "property1": "string",
- "property2": "string"
}, - "uri": "string",
- "language": "string",
- "localstorage": {
- "property1": "string",
- "property2": "string"
}
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}, - "link": {
- "date": "2019-08-24T14:15:22Z",
- "language": "string",
- "title": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}, - "link_thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "link_preview": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "field": "string",
- "link_image": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "description": "string",
- "type": "string",
- "embed": "string"
}
}, - "error": {
- "body": "string",
- "code": 0
}
}
}, - "layouts": {
- "property1": {
- "value": {
- "body": {
- "blocks": { },
- "deleted_blocks": [
- "string"
]
}, - "format": "NUCLIAv1"
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "body": {
- "blocks": { },
- "deleted_blocks": [
- "string"
]
}, - "format": "NUCLIAv1"
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}
}, - "conversations": {
- "property1": {
- "value": {
- "pages": 0,
- "size": 0,
- "total": 0
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "pages": 0,
- "size": 0,
- "total": 0
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}
}, - "keywordsets": {
- "property1": {
- "value": {
- "keywords": [
- {
- "value": "string"
}
]
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "keywords": [
- {
- "value": "string"
}
]
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}
}, - "datetimes": {
- "property1": {
- "value": {
- "value": "2019-08-24T14:15:22Z"
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "large_metadata": {
- "metadata": {
- "entities": [
- {
- "value": "string",
- "merged": false,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "split_metadata": {
- "property1": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}, - "property2": {
- "entities": [
- {
- "value": null,
- "merged": null,
- "represents": [ ]
}
], - "tokens": {
- "property1": 0,
- "property2": 0
}
}
}, - "deleted_splits": [
- "string"
]
}, - "vectors": {
- "vectors": {
- "vectors": [
- {
- "start": 0,
- "end": 0,
- "start_paragraph": 0,
- "end_paragraph": 0,
- "vector": [
- null
]
}
]
}, - "split_vectors": {
- "property1": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}, - "property2": {
- "vectors": [
- {
- "start": null,
- "end": null,
- "start_paragraph": null,
- "end_paragraph": null,
- "vector": [ ]
}
]
}
}, - "deleted_splits": [
- "string"
]
}, - "uservectors": {
- "vectors": {
- "property1": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}, - "property2": {
- "vectors": {
- "property1": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}, - "property2": {
- "vector": [ ],
- "labels": [ ],
- "start": null,
- "end": null
}
}
}
}
}
}, - "error": {
- "body": "string",
- "code": 0
}
}, - "property2": {
- "value": {
- "value": "2019-08-24T14:15:22Z"
}, - "extracted": {
- "text": {
- "text": "string",
- "split_text": {
- "property1": "string",
- "property2": "string"
}, - "deleted_splits": [
- "string"
]
}, - "metadata": {
- "metadata": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": 0,
- "end": 0,
- "start_seconds": [
- null
], - "end_seconds": [
- null
], - "kind": "TEXT",
- "classifications": [
- null
], - "sentences": [
- null
], - "key": "string"
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": "string",
- "label": "string"
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [
- null
], - "entity": "string"
}, - "property2": {
- "position": [
- null
], - "entity": "string"
}
}, - "relations": [
- {
- "relation": "ABOUT",
- "label": "string",
- "metadata": {
- "paragraph_id": null,
- "source_start": null,
- "source_end": null,
- "to_start": null,
- "to_end": null
}, - "from": {
- "value": null,
- "type": null,
- "group": null
}, - "to": {
- "value": null,
- "type": null,
- "group": null
}
}
]
}, - "split_metadata": {
- "property1": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]
}, - "property2": {
- "links": [
- "string"
], - "paragraphs": [
- {
- "start": null,
- "end": null,
- "start_seconds": [ ],
- "end_seconds": [ ],
- "kind": null,
- "classifications": [ ],
- "sentences": [ ],
- "key": null
}
], - "ner": {
- "property1": "string",
- "property2": "string"
}, - "classifications": [
- {
- "labelset": null,
- "label": null
}
], - "last_index": "2019-08-24T14:15:22Z",
- "last_understanding": "2019-08-24T14:15:22Z",
- "last_extract": "2019-08-24T14:15:22Z",
- "last_summary": "2019-08-24T14:15:22Z",
- "thumbnail": {
- "uri": "string",
- "size": 0,
- "content_type": "string",
- "filename": "string",
- "md5": "string"
}, - "language": "string",
- "summary": "string",
- "positions": {
- "property1": {
- "position": [ ],
- "entity": null
}, - "property2": {
- "position": [ ],
- "entity": null
}
}, - "relations": [
- {
- "relation": null,
- "label": null,
- "metadata": null,
- "from": null,
- "to": null
}
]