Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 lines
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. }