C# Class Internet.Translate

A Function which returns the english translation of a given sentence from Google Translate. No longer works because Google restricted access to the translation API.
Inheritance: MBFunctionInterface.Function
Mostrar archivo Open project: MatthewCox/MoronBot

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
Translate ( ) : System.Collections.Generic

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

Translate() public method

public Translate ( ) : System.Collections.Generic
return System.Collections.Generic