Please add "bool AllowFallback" to RequestParameter.cs.
Rationale:
The API documentation permits to specify the allowFallback boolean parameter:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
Currently, since not specified, the default of true is taken. This is problematic when using custom models and users want to avoid fallbacks that lead to invalid translations.
Please add "bool AllowFallback" to RequestParameter.cs.
Rationale:
The API documentation permits to specify the allowFallback boolean parameter:
https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate
Currently, since not specified, the default of true is taken. This is problematic when using custom models and users want to avoid fallbacks that lead to invalid translations.