Table of Contents

Event AfterTextCompletion

Namespace
LMKit.Translation
Assembly
LM-Kit.NET.dll

Occurs after a text completion operation (translation or language detection) has been performed.

public event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion

Returns

EventHandler<AfterTextCompletionEventArgs>
Occurs after a text completion operation (translation or language detection) has been performed.

Remarks

Subscribers can use this event to perform additional processing on the translated text or to cancel further operations by setting the Stop property to true.