選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
206B

  1. namespace FaceRecognition
  2. {
  3. public class ParametresFaceRecognitionService
  4. {
  5. public string Path_TrainSet { get; set; } = "";
  6. public string Path_TestSet { get; set; } = "";
  7. }
  8. }