ClassifyDocumentFromStream interface
メソッド
post(Classify |
ドキュメント分類子を使用してドキュメントを分類します。 |
post(Classify |
ドキュメント分類子を使用してドキュメントを分類します。 |
メソッドの詳細
post(ClassifyDocumentFromStreamParameters)
ドキュメント分類子を使用してドキュメントを分類します。
function post(options: ClassifyDocumentFromStreamParameters): StreamableMethod<ClassifyDocumentFromStreamDefaultResponse | ClassifyDocumentFromStream202Response>
パラメーター
戻り値
post(ClassifyDocumentParameters)
ドキュメント分類子を使用してドキュメントを分類します。
function post(options: ClassifyDocumentParameters): StreamableMethod<ClassifyDocument202Response | ClassifyDocumentDefaultResponse>
パラメーター
- options
- ClassifyDocumentParameters
戻り値
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript