Group
Show / Hide Table of Contents

Class BaseSearchMatchResponseValue<T>

Base class for searches/matches response values

Inheritance
System.Object
BaseSearchMatchResponseValue<T>
BaseScoredResponseValue<T>
SearchResponseValue
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.Matching
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class BaseSearchMatchResponseValue<T>
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

CurrentCount

The number of results returned in this response

Declaration
public int CurrentCount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Matches

The list of matches for the search/match

Declaration
public List<T> Matches { get; set; }
Property Value
Type Description
System.Collections.Generic.List<T>
| Improve this Doc View Source

TotalCount

The total number of results that fit the query/criteria

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