⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    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 Document Result { get; set; }
    Property Value
    Type Description
    Document
    In this article
    Back to top Generated by DocFX