ClassifyDocumentRequest interface  
Document classification parameters.
Properties
| base64Source | Base64 encoding of the document to classify. Either urlSource or base64Source must be specified. | 
| url | 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?: stringProperty Value
string
		urlSource
	 
	Document URL to classify. Either urlSource or base64Source must be specified.
urlSource?: stringProperty Value
string