Interface IAICompanionFactory
Defines a factory interface for creating instances of IAICompanion.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AICompanion
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface IAICompanionFactory
Remarks
Implement this interface to provide a mechanism for obtaining AI Companion providers, which encapsulate AI-based translation or assistance logic.
Methods
GetAICompanion()
Gets an instance of IAICompanion.
Declaration
IAICompanion GetAICompanion()
Returns
Type | Description |
---|---|
IAICompanion | An IAICompanion implementation that provides AI-based translation or assistance features. |