Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 836 Bytes

FileParserResult.md

File metadata and controls

16 lines (12 loc) · 836 Bytes

SlambySdk.FileParserResult

Properties

Name Type Description Notes
content String The text content of sent document. Can be empty. [optional]
title String The title of the document. Can be null or empty. [optional]
_date String [optional]
author String The author of the document. Can be null or empty. [optional]
keywords String Keywords of the document. Can be null or empty. [optional]
contentType String The type of the document (e.g.: application/pdf). Can be empty. [optional]
contentLength Integer The length of the received document. [optional]
language String Detected language of the document (e.g.: en). Can be empty. [optional]