ClassifyDocumentFromStream interface
Methods
post(Classify |
Classifies document with document classifier. |
post(Classify |
Classifies document with document classifier. |
Method Details
post(ClassifyDocumentFromStreamParameters)
Classifies document with document classifier.
function post(options: ClassifyDocumentFromStreamParameters): StreamableMethod<ClassifyDocumentFromStream202Response | ClassifyDocumentFromStreamDefaultResponse>
Parameters
Returns
post(ClassifyDocumentParameters)
Classifies document with document classifier.
function post(options: ClassifyDocumentParameters): StreamableMethod<ClassifyDocument202Response | ClassifyDocumentDefaultResponse>
Parameters
- options
- ClassifyDocumentParameters
Returns
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