I am trying to get multiple values from model prediction. e.g what is found and how many are found.
what is found I am able to do by first property- model prediction - extract property - class name. This is working fine.
But I also want to check confidence - so I am trying to add another property - model prediction - extract property - confidence.
When I test this gives an error - Found duplicated input parameter names.
So how to get multiple values out from same main property i.e. model prediction.
Please help