Class YandexCloudTranslate

    • Constructor Detail

      • YandexCloudTranslate

        public YandexCloudTranslate()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: IMachineTranslation
        Get machine translation engine name.
      • isConfigurable

        public boolean isConfigurable()
        Description copied from interface: IMachineTranslation
        Indicates that the MT provider has options that can be configured. Configurable implementations should override this to return true, and implement their configuration UI by overriding IMachineTranslation.showConfigurationUI(Window).
      • showConfigurationUI

        public void showConfigurationUI​(java.awt.Window parent)
        Description copied from interface: IMachineTranslation
        Invoke the configuration UI of this MT provider.