Skip to content

Commit 675e369

Browse files
authored
Merge pull request #140 from watson-developer-cloud/hotfix-classifyScore
change classify score from string to double
2 parents 388e88c + d11ab90 commit 675e369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Services/VisualRecognition/DataModels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public class ClassResult
101101
/// <summary>
102102
/// The score.
103103
/// </summary>
104-
public string score { get; set; }
104+
public double score { get; set; }
105105
/// <summary>
106106
/// The type hierarchy.
107107
/// </summary>

0 commit comments

Comments
 (0)