Package ai.nexconn.chat.translate.model
Class TranslationCompletedEvent
-
- All Implemented Interfaces:
public final class TranslationCompletedEventEvent for translation operation completion.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<TranslateResult>results
-
Constructor Summary
Constructors Constructor Description TranslationCompletedEvent(List<TranslateResult> results)
-
Method Summary
Modifier and Type Method Description final List<TranslateResult>getResults()List of translation result items -
-
Constructor Detail
-
TranslationCompletedEvent
TranslationCompletedEvent(List<TranslateResult> results)
-
-
Method Detail
-
getResults
final List<TranslateResult> getResults()
List of translation result items
-
-
-
-