Table of Contents

Constructor TranslationProgressEventArgs

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

TranslationProgressEventArgs(int, int, string)

Initializes a new instance of the TranslationProgressEventArgs class.

public TranslationProgressEventArgs(int chunkIndex, int totalChunks, string translatedChunk)

Parameters

chunkIndex int

The zero-based index of the chunk that was just translated.

totalChunks int

The total number of chunks to translate.

translatedChunk string

The translated text of the current chunk.

Share