Interface ITextTranslator

ITextTranslator interface

Represents the interface for translate

public interface ITextTranslator

Methods

NameDescription
TranslateAsync(List<string>, string)translate texts to targetLanguage

See Also