lobe.NET icon indicating copy to clipboard operation
lobe.NET copied to clipboard

Wrong Example?

Open agausachs opened this issue 3 years ago • 1 comments

The example on README.md shows: Console.WriteLine(results.Classification.Label);

But results has a collection called Classifications, not a single item.

agausachs avatar Jun 29 '21 10:06 agausachs

I got it to work by using the following: Console.WriteLine(results.Prediction.Label);

odjnewyork avatar Jan 01 '22 19:01 odjnewyork