namespace GoogleTranslateNET.Objects.Translation { public class TranslateResult { public TranslationData Data { get; set; } } }