Search Results for

    Show / Hide Table of Contents

    Class DocumentDetail

    Inheritance
    System.Object
    DocumentDetail
    Inherited Members
    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.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    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
    public List<Placeable> DocumentPlaceables { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Placeable>

    SourceHash

    Gets or sets the source segment's hash value.

    Declaration
    public long SourceHash { get; set; }
    Property Value
    Type Description
    System.Int64

    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

    SourceWordCounts

    Gets or sets the source word counts for this instance.

    Declaration
    public WordCounts SourceWordCounts { get; set; }
    Property Value
    Type Description
    WordCounts

    On this page

    • Constructors
      • DocumentDetail()
    • Properties
      • DocumentPlaceables
      • SourceHash
      • SourceSegment
      • SourceWordCounts
    Back to top Generated by DocFX