Class GoogleAIWrapper

java.lang.Object
com.intellijava.core.wrappers.GoogleAIWrapper
All Implemented Interfaces:
SpeechModelInterface

public class GoogleAIWrapper extends Object implements SpeechModelInterface
Wrapper for Google speech services. To use this wrapper: 1- Go to console.cloud.google.com. 2- Enable "Cloud Text-to-Speech API" from APIs Services. 3- Generate API key from APIs and services Credentials page.
Author:
github.com/Barqawiz
  • Constructor Details

    • GoogleAIWrapper

      public GoogleAIWrapper(String apiKey)
      Constructs a new GoogleAIWrapper object with the API key.
      Parameters:
      apiKey - the key generated from google console Credentials page
  • Method Details