Google Cloud Platform - Translate Sample

This Python Flask application demonstrates App Engine Standard and the Translate API


Translate:
{% if confidence %}

Language Detection:

Confidence: {{ confidence }}

Input Text: {{ input_text|safe }}

Language: {{ language }}


Translated Text:

French Translation: {{ translated_text_french|safe }}

Chinese Translation: {{ translated_text_chinese|safe }}

{% endif %}