Group
Show / Hide Table of Contents

Class ResultItem

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

Properties

| Improve this Doc View Source

DocID

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

FieldValues

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

QueryPartScores

Declaration
public int? [] QueryPartScores { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>[]
| Improve this Doc View Source

Score

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