Search Results for

    Show / Hide Table of Contents

    Class SearchMarkupResult

    Term recognition results. Includes markup positions of a matching term in the text/segment.

    Inheritance
    System.Object
    SearchResult
    SearchMarkupResult
    SearchMarkupResultWithTermbaseName
    Inherited Members
    SearchResult.Id
    SearchResult.Text
    SearchResult.Score
    SearchResult.Language
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class SearchMarkupResult : SearchResult

    Constructors

    SearchMarkupResult()

    Declaration
    public SearchMarkupResult()

    Properties

    Positions

    List of markup positions

    Declaration
    public IList<MarkupPosition> Positions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<MarkupPosition>

    On this page

    • Constructors
      • SearchMarkupResult()
    • Properties
      • Positions
    Back to top Generated by DocFX