TranslateFormat Class

Google API

Translate format.

Namespace:  Google.API.Translate
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public sealed class TranslateFormat : Enumeration<TranslateFormat>
Visual Basic (Declaration)
Public NotInheritable Class TranslateFormat _
	Inherits Enumeration(Of TranslateFormat)
Visual C++
public ref class TranslateFormat sealed : public Enumeration<TranslateFormat^>

Inheritance Hierarchy

System..::.Object
  Google.API..::.Enumeration
    Google.API..::.Enumeration<(Of <(TranslateFormat>)>)
      Google.API.Translate..::.TranslateFormat

See Also