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?: string
Property Value
string
urlSource
Document URL to classify. Either urlSource or base64Source must be specified.
urlSource?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript