Class TranslationModelVocabEntry
Inheritance
Object
TranslationModelVocabEntry
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Core.FineGrainedAlignment.Model
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public class TranslationModelVocabEntry
Constructors
TranslationModelVocabEntry()
Declaration
public TranslationModelVocabEntry()
Properties
Key
Declaration
public int Key { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Occurrences
Declaration
public int Occurrences { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Token
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
String |