Class SubsegmentSearchResult
Inheritance
System.Object
SubsegmentSearchResult
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()
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public class SubsegmentSearchResult : SearchResult
Constructors
Declaration
public SubsegmentSearchResult(TranslationUnit tmTu, short matchTokenIndex, short matchTokenCount, short queryTokenIndex, short queryTokenCount, short translationTokenIndex, short translationTokenCount, SubsegmentMatchType matchType, string translationFeatureString, float confidence)
Parameters
Type |
Name |
Description |
TranslationUnit |
tmTu |
|
System.Int16 |
matchTokenIndex |
|
System.Int16 |
matchTokenCount |
|
System.Int16 |
queryTokenIndex |
|
System.Int16 |
queryTokenCount |
|
System.Int16 |
translationTokenIndex |
|
System.Int16 |
translationTokenCount |
|
SubsegmentMatchType |
matchType |
|
System.String |
translationFeatureString |
|
System.Single |
confidence |
|
Properties
Declaration
public string CachedTranslationProposalString { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public float Confidence { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public short MatchTokenCount { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public short MatchTokenIndex { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public SubsegmentMatchType MatchType { get; }
Property Value
Declaration
public short QueryTokenCount { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public short QueryTokenIndex { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public int Repetitions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string TranslationFeatureString { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public short TranslationTokenCount { get; }
Property Value
Type |
Description |
System.Int16 |
|
Declaration
public short TranslationTokenIndex { get; }
Property Value
Type |
Description |
System.Int16 |
|