Class AISearchResult
Represents the result of an AI search operation.
Inheritance
Object
AISearchResult
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 LiteDocument Result { get; set; }
Property Value
Type | Description |
---|---|
LiteDocument |