The example on README.md shows: `Console.WriteLine(results.Classification.Label);` But results has a collection called Classifications, not a single item.
The example on README.md shows:
Console.WriteLine(results.Classification.Label);But results has a collection called Classifications, not a single item.