Search Results for

    Show / Hide Table of Contents

    Class SubsegmentSearchResultsCollection

    A collection of SubsegmentSearchResults produced by performing subsegment matching for a segment.

    Inheritance
    Object
    SubsegmentSearchResultsCollection
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class SubsegmentSearchResultsCollection

    Constructors

    SubsegmentSearchResultsCollection()

    Declaration
    public SubsegmentSearchResultsCollection()

    Properties

    ResultsPerFragment

    A list of SubsegmentSearchResults, one for each fragment in the query segment for which matches we found.

    Declaration
    public List<SubsegmentSearchResults> ResultsPerFragment { get; set; }
    Property Value
    Type Description
    List<SubsegmentSearchResults>

    SourceSegment

    Gets or sets the document source segment for this instance. The value is set by the search engine.

    Declaration
    public Segment SourceSegment { get; set; }
    Property Value
    Type Description
    Segment

    SourceSegmentFeatures

    Declaration
    public List<string> SourceSegmentFeatures { get; set; }
    Property Value
    Type Description
    List<String>
    In this article
    Back to top Generated by DocFX