AnalyzeDocumentRequest interface

Document analysis parameters.

Properties

base64Source

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

urlSource

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

Property Details

base64Source

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

base64Source?: string

Property Value

string

urlSource

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

urlSource?: string

Property Value

string