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
    Object
    SearchResult
    SearchMarkupResult
    SearchMarkupResultWithTermbaseName
    Inherited Members
    SearchResult.Id
    SearchResult.Text
    SearchResult.Score
    SearchResult.Language
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    IList<MarkupPosition>
    In this article
    Back to top Generated by DocFX