category: Utilities provider: Google commonfields: id: GoogleCloudTranslate version: -1 configuration: - display: Service Account Private Key file contents (JSON) name: service_account_json type: 4 hidden: true required: false - display: Project in Google Cloud Translate name: project_creds type: 9 displaypassword: Service Account Private Key file contents (JSON) required: false - display: Project in Google Cloud Translate name: project type: 0 hidden: true required: false - display: Use system proxy settings name: proxy type: 8 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false description: A Google API cloud based translation service. display: Google Cloud Translate name: GoogleCloudTranslate script: commands: - description: Returns the list of supported two-letter ISO language codes. name: gct-supported-languages outputs: - contextPath: GoogleCloudTranslate.SupportedLanguages description: The list of supported two-letter ISO language codes. type: list - description: Returns the translated text. name: gct-translate-text arguments: - description: The text to translate. name: text required: true - description: The two-letter ISO language code of the target language. Default is "en" (English). name: target - description: The two-letter ISO language code of the source language. Default is "autodetect". name: source outputs: - contextPath: GoogleCloudTranslate.TranslateText.ID description: The ID of the request. type: String - contextPath: GoogleCloudTranslate.TranslateText.detected_language_code description: The detected two-letter ISO language code of the source language. Null, if no source argument is defined. type: String - contextPath: GoogleCloudTranslate.TranslateText.source_language_code description: The source language as specified in the source argument. Null, if no source argument is defined. type: String - contextPath: GoogleCloudTranslate.TranslateText.target_language_code description: The two letter ISO language code to which the text was translated. type: String - contextPath: GoogleCloudTranslate.TranslateText.text description: The source (original) text that was translated. type: String - contextPath: GoogleCloudTranslate.TranslateText.translated_text description: The translated text. type: String dockerimage: demisto/google-cloud-translate:1.0.0.9843526 runonce: false script: '-' type: python subtype: python3 fromversion: 5.0.0 tests: - No tests (auto formatted)