Group
Show / Hide Table of Contents

Class QueryContext

Inheritance
System.Object
QueryContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.MatchV2.Response
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class QueryContext

Properties

| Improve this Doc View Source

MatchSource

Declaration
public string MatchSource { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QueryID

Declaration
public string QueryID { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QuerySessionID

Declaration
public string QuerySessionID { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QueryTags

Declaration
public string[] QueryTags { get; set; }
Property Value
Type Description
System.String[]
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾