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 SourceDocID
Declaration
public string DocID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldValues
Declaration
public ResultItemEntry[] FieldValues { get; set; }
Property Value
Type | Description |
---|---|
ResultItemEntry[] |
QueryPartScores
Declaration
public int? [] QueryPartScores { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32>[] |
Score
Declaration
public float Score { get; set; }
Property Value
Type | Description |
---|---|
System.Single |