Search Results for

    Show / Hide Table of Contents

    Class DocumentDetail

    Inheritance
    object
    DocumentDetail
    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 DocumentDetail

    Constructors

    DocumentDetail()

    Declaration
    public DocumentDetail()

    Properties

    DocumentPlaceables

    Gets or sets the source segment placeables. The value is usually set by the search engine.

    Declaration
    [DataMember]
    public List<Placeable> DocumentPlaceables { get; set; }
    Property Value
    Type Description
    List<Placeable>

    SourceHash

    Gets or sets the source segment's hash value.

    Declaration
    [DataMember]
    public long SourceHash { get; set; }
    Property Value
    Type Description
    long

    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

    SourceWordCounts

    Gets or sets the source word counts for this instance.

    Declaration
    [DataMember]
    public WordCounts SourceWordCounts { get; set; }
    Property Value
    Type Description
    WordCounts
    In this article
    • Constructors
      • DocumentDetail()
    • Properties
      • DocumentPlaceables
      • SourceHash
      • SourceSegment
      • SourceWordCounts
    Back to top Generated by DocFX