TranslateClient Class

Google API

The client for translate and detect.

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

Syntax

C#
public class TranslateClient : GoogleClient
Visual Basic (Declaration)
Public Class TranslateClient _
	Inherits GoogleClient
Visual C++
public ref class TranslateClient : public GoogleClient

Remarks

You can use public static fields of Language and TranslateFormat as your parameters.

Inheritance Hierarchy

System..::.Object
  Google.API..::.GoogleClient
    Google.API.Translate..::.TranslateClient

See Also