Aspose::Words::AI::GoogleAiModel class

GoogleAiModel class

An abstract class representing the integration with Google’s AI models within the Aspose.Words.

class GoogleAiModel : public Aspose::Words::AI::AiModel,
                      public Aspose::Words::AI::IAiModelText

Methods

MethodDescription
static Create(Aspose::Words::AI::AiModelType)Creates a new instance of AiModel class.
GetType() const override
Is(const System::TypeInfo&) const override
static Type()
WithApiKey(const System::String&)Sets a specified API key to the model.

See Also