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