I'm very new to coding and currently trying to call a published image classification model to my C# window form.NET and using this code
but got an error CS0122 'CustomVisionPredictionClient.CustomVisionPredictionClient(params DelegatingHandler[])' is inaccessible due to its protection level' error...
which I think occurred because there is an update from azure custom vision any way to fix this?
As because custom vision prediction class library is protected is the reason for receiving error
Refer this Microsoft Document for complete information.