Get taxonomies
Leave feedback
The list of taxanomy classes can be get like the following code snippet:
Console.WriteLine(String.Join(" ", TaxonomyClasses.Iab2Classes));
Console.WriteLine(String.Join(" ", TaxonomyClasses.DocumentsClasses));
Console.WriteLine(String.Join(" ", TaxonomyClasses.SentimentClasses));
Console.WriteLine(String.Join(" ", TaxonomyClasses.Sentiment3Classes));
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.