Group
Show / Hide Table of Contents

Class MatchRequest

Request body for a Match request

Inheritance
System.Object
MatchRequest
SearchRequest
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.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class MatchRequest

Properties

| Improve this Doc View Source

Options

The options for the Search/Match request

Declaration
public Options Options { get; set; }
Property Value
Type Description
Options
| Improve this Doc View Source

SearchAndMatchEnvironment

The target environment

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