Group
Show / Hide Table of Contents

Class QueryPartItem

Inheritance
System.Object
QueryPartItem
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 QueryPartItem

Properties

| Improve this Doc View Source

Label

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

SubParts

Declaration
public QueryPart[] SubParts { get; set; }
Property Value
Type Description
QueryPart[]
| Improve this Doc View Source

Synonyms

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

Value

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