コード例 #1
0
 public SemanticCompatibility(SemanticEnum type, double confidence)
 {
     mType       = type;
     mConfidence = confidence;
 }
コード例 #2
0
 public SemanticCompatibility(SemanticEnum type, double confidence)
 {
     mType = type;
     mConfidence = confidence;
 }