joshbalfour / node-cognitive-services

Microsoft® Cognitive Services SDK for Node.JS
https://www.microsoft.com/cognitive-services
MIT License
105 stars 45 forks source link

Classify parameter for content moderation is not available #69

Open kalyan11021980 opened 5 years ago

kalyan11021980 commented 5 years ago

Expected Behavior

classify parameter need to be added

Actual Behavior

Its not available

Relevant Code

{ "name": "classify", "description": "The Term list to be for matching", "required": false, "type": "queryStringParam", "typeName": "string" }

Specifications

miparnisari commented 5 years ago

Thanks for reporting this. I've added it in this commit.

Can you install version 1.2.3 and tell me if it works?