TOnTextTranslatedErrorProc Delegate

Callback procedure when translation has an error

Unit: OlfSoftware.DeepL.ClientLib
System.IInterface
  OlfSoftware.DeepL.ClientLib.TOnTextTranslatedErrorProc
type TOnTextTranslatedErrorProc = reference to procedure(OriginalText: string; SourceLang: string; TargetLang: string; ErrorText: string)

Parameters

OriginalText
Type: System.string

SourceLang
Type: System.string

TargetLang
Type: System.string

ErrorText
Type: System.string

The TOnTextTranslatedErrorProc type exposes the following members.

Show:
 NameDescription
Invoke

Top