Class AISearchResult
Represents the result of an AI search operation.
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.AICompanion.Model
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class AISearchResult
Constructors
AISearchResult()
Declaration
public AISearchResult()
Properties
Result
Gets or sets the resulting document from the AI search.
Declaration
public Document Result { get; set; }
Property Value
| Type | Description |
|---|---|
| Document |