Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
|
RosetteCategory ( String label, Nullable |
Creates a Rosette Category from a category label and confidence
|
|
ToString ( ) : string |
ToString override.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare |
return | bool |
public RosetteCategory ( String label, Nullable |
||
label | String | The category label |
confidence | Nullable |
The confidence this was the correct category |
return | System |