abacusai.document
Module Contents
Classes
A document in a document store |
- class abacusai.document.Document(client, key=None, fileSize=None, createdAt=None, annotations={})
Bases:
abacusai.return_class.AbstractApiClass
A document in a document store
- Parameters:
client (ApiClient) – An authenticated API Client instance
key (str) – The key for the document
fileSize (int) – file size for the documnet
createdAt (str) – The timestamp at which the document was created.
annotations (DocumentAnnotation) – the annotations for this document
- __repr__()
Return repr(self).