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
    [DataContract]
    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
    [DataMember]
    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
    [DataMember]
    public Segment SourceSegment { get; set; }
    Property Value
    Type Description
    Segment

    SourceSegmentFeatures

    Declaration
    [DataMember]
    public List<string> SourceSegmentFeatures { get; set; }
    Property Value
    Type Description
    List<string>
    In this article
    • Constructors
      • SubsegmentSearchResultsCollection()
    • Properties
      • ResultsPerFragment
      • SourceSegment
      • SourceSegmentFeatures
    Back to top Generated by DocFX