TOnTextTranslatedErrorEvent Delegate

Callback method/event when translation has an error

Unit: OlfSoftware.DeepL.ClientLib
type TOnTextTranslatedErrorEvent = procedure(OriginalText: string; SourceLang: string; TargetLang: string; ErrorText: string) of object

Parameters

OriginalText
Type: System.string

SourceLang
Type: System.string

TargetLang
Type: System.string

ErrorText
Type: System.string