public MasterController(CLRCP_MASTERContext context, TEXTContext textContext, JsonResponse jsonResponse) { _context = context; _textContext = textContext; this.jsonResponse = jsonResponse; }
public MasterController(CLRCP_MASTERContext context, TEXTContext textContext, JsonResponse JsonResponse, IMAGEContext iMAGEContext) { _CLRCP_MASTERContext = context; _TEXTContext = textContext; jsonResponse = JsonResponse; _IMAGEContext = iMAGEContext; }
public ValidationTextTextController(CLRCP_MASTERContext context, VALIDATION_INFOContext ValidationInfoContext, JsonResponse jsonResponse, TEXTContext textContext, TextToTextContext textToTextContext) { _MasterContext = context; _validationInfoContext = ValidationInfoContext; _jsonResponse = jsonResponse; _textContext = textContext; _textToTextContext = textToTextContext; }
public ValidationTextToSpeechController(CLRCP_MASTERContext context, TEXTContext TEXTContext, TextToSpeechContext textToSpeech, VALIDATION_INFOContext ValidationInfoContext, JsonResponse jsonResponse) { _masterContext = context; _TEXTcontext = TEXTContext; _texttoSpeechContext = textToSpeech; _validationInfoContext = ValidationInfoContext; _jsonResponse = jsonResponse; }
public DashboardController(CLRCP_MASTERContext context, TEXTContext textContext, TextToSpeechContext textToSpeechContext, IMAGEContext imageContext, ImageToTextContext imageToTextContext, TextToTextContext textToTextContext, IOptions<AppSettings> appSettings) { _context = context; _textContext = textContext; _textToSpeechContext = textToSpeechContext; _imageContext = imageContext; _imageToTextContext = imageToTextContext; _textToTextContext = textToTextContext; }
public DashboardController(CLRCP_MASTERContext context, TEXTContext textContext, TextToSpeechContext textToSpeechContext, IMAGEContext imageContext, ImageToTextContext imageToTextContext, TextToTextContext textToTextContext, VALIDATION_INFOContext VALIDATION_INFOContext) { _CLRCP_MASTERContext = context; _TEXTContext = textContext; _TextToSpeechContext = textToSpeechContext; _IMAGEContext = imageContext; _ImageToTextContext = imageToTextContext; _TextToTextContext = textToTextContext; _VALIDATION_INFOContext = VALIDATION_INFOContext; }
public ProcessController(CLRCP_MASTERContext context, TEXTContext TEXTContext, TextToSpeechContext textToSpeech, TextToTextContext textContext, IMAGEContext iMAGEContext, ImageToTextContext imageToTextContext, JsonResponse jsonResponse) { _context = context; _TEXTContext = TEXTContext; TextToSpeech = textToSpeech; this.textContext = textContext; this.iMAGEContext = iMAGEContext; this.imageToTextContext = imageToTextContext; this.jsonResponse = jsonResponse; }
public ValidationController(CLRCP_MASTERContext context, TEXTContext TEXTContext, TextToSpeechContext textToSpeech, TextToTextContext textContext, IMAGEContext iMAGEContext, ImageToTextContext imageToTextContext, VALIDATION_INFOContext ValidationInfoContext, JsonResponse jsonResponse) { this.context = context; _TEXTcontext = TEXTContext; this.textToSpeech = textToSpeech; this.textContext = textContext; this.iMAGEContext = iMAGEContext; this.imageToTextContext = imageToTextContext; validationInfoContext = ValidationInfoContext; this.jsonResponse = jsonResponse; }