Table of Contents

Event AfterTextCompletion

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

Occurs after a text completion operation is performed.

public event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion

Returns

EventHandler<AfterTextCompletionEventArgs>
Occurs after a text completion operation is performed.

Remarks

This event can be used to receive notifications after each text translation or language detection operation is completed. Subscribers can use this to perform additional processing or to stop further processing by setting the Stop property to true.