Class DocumentDetail
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemory
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 |
---|---|
ListPlaceable |
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 |