Class AzureCognitiveServices

java.lang.Object
com.iizix.translate.microsoft.AzureCognitiveServices
com.iizigo.translate.microsoft.AzureCognitiveServices
All Implemented Interfaces:
IEditorTranslator, ITranslator

public class AzureCognitiveServices extends AzureCognitiveServices implements IEditorTranslator
The Editor version of the Azure Cognitive Services translator implementation.
Author:
Christopher Mindus
  • Constructor Details

    • AzureCognitiveServices

      public AzureCognitiveServices()
      Constructor.
  • Method Details

    • configure

      public boolean configure(org.eclipse.swt.widgets.Shell shell)
      Configures the translator with a property container.
      Specified by:
      configure in interface IEditorTranslator
      Parameters:
      shell - The shell.
      Returns:
      true for OK, false for cancel.
    • setDemo

      public static void setDemo()
      Sets the demo mode.
    • deconfigure

      public void deconfigure()
      Deconfigures the translator.
      Specified by:
      deconfigure in interface ITranslator
      Overrides:
      deconfigure in class AzureCognitiveServices