Search Results for

    Show / Hide Table of Contents

    Class TermRecognitionResult

    Inheritance
    object
    TermRecognitionResult
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.TermRecognitionResults
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class TermRecognitionResult

    Constructors

    TermRecognitionResult()

    Declaration
    public TermRecognitionResult()

    Properties

    Entry

    Declaration
    public Entry Entry { get; set; }
    Property Value
    Type Description
    Entry

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int

    MatchesFilter

    Declaration
    public bool MatchesFilter { get; set; }
    Property Value
    Type Description
    bool

    Score

    Declaration
    public int Score { get; set; }
    Property Value
    Type Description
    int

    SourceIndex

    Declaration
    public ILanguage SourceIndex { get; set; }
    Property Value
    Type Description
    ILanguage

    TargetIndex

    Declaration
    public ILanguage TargetIndex { get; set; }
    Property Value
    Type Description
    ILanguage

    Termbase

    Declaration
    public ITerminologyProvider Termbase { get; set; }
    Property Value
    Type Description
    ITerminologyProvider

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • TermRecognitionResult()
    • Properties
      • Entry
      • Id
      • MatchesFilter
      • Score
      • SourceIndex
      • TargetIndex
      • Termbase
      • Text
    • Extension Methods
    Back to top Generated by DocFX