Example #1
0
 public DateTimeModel(CognitiveModel model)
 {
     Type = model.Type;
     Text = model.Text;
 }
Example #2
0
 public ServiceModel(CognitiveModel model)
 {
     Type = model.Type;
     Text = model.Text;
 }