Files
yavsc/GoogleCode/GoogleTranslate/Objects/Translation/Translation.cs

8 lines
203 B
C#

namespace GoogleTranslateNET.Objects.Translation
{
public class Translation
{
public string TranslatedText { get; set; }
public string DetectedSourceLanguage { get; set; }
}
}