8 lines
203 B
C#
8 lines
203 B
C#
namespace GoogleTranslateNET.Objects.Translation
|
|
{
|
|
public class Translation
|
|
{
|
|
public string TranslatedText { get; set; }
|
|
public string DetectedSourceLanguage { get; set; }
|
|
}
|
|
} |