ClassifyDocumentRequest interface

Document classification parameters.

Properties

base64Source

Base64 encoding of the document to classify. Either urlSource or base64Source must be specified.

urlSource

Document URL to classify. Either urlSource or base64Source must be specified.

Property Details

base64Source

Base64 encoding of the document to classify. Either urlSource or base64Source must be specified.

base64Source?: string

Property Value

string

urlSource

Document URL to classify. Either urlSource or base64Source must be specified.

urlSource?: string

Property Value

string