コード例 #1
0
ファイル: FaceMapper.cs プロジェクト: hmunozc/azure-vision
 public FaceMapper(
     IBoxMapper boxMapper,
     IEmotionMapper emotionMapper,
     ILandmarkMapper landmarkMapper)
 {
     _boxMapper      = boxMapper;
     _emotionMapper  = emotionMapper;
     _landmarkMapper = landmarkMapper;
 }
コード例 #2
0
 public CelebritiesMapper(IBoxMapper boxMapper)
 {
     _boxMapper = boxMapper;
 }