Introduction Google Translate is a tool that automatically translates text from one language to another language. For the version 1.0.0 of the connector , we mainly focus on implementing the basic translator functions mentioned below under operations.
API Google Translate API v2 using the REST [1] . Google Translate v2 Connector Summary * Connector Name: googletranslatev2-connector-1.0.0 * Version: 1.0.0 * Technology: REST Authentication OAuth 2.0 protocol will be used for the authentication [2]. Operations Below listed methods are the operations that we are going to use from API. So ,please let me know if you have any concerns on the below listed operations. 1.Translate Translates source text from source language to target language 2.Languages List the source and target languages supported by the translate methods 3.Detect Detect language of source text [1]. https://developers.google.com/translate/v2/using_rest [2] .https://developers.google.com/accounts/docs/OAuth2
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
