Table of Contents

Class AddDocumentRequestBase

Namespace
Textkernel.Tx.Models.API.MatchV2.Request
Assembly
Textkernel.Tx.SDK.dll

Most SearchMatchV2 requests have Roles

public class AddDocumentRequestBase
Inheritance
AddDocumentRequestBase
Derived
Inherited Members

Properties

Roles

The roles associated with the request. Defaults to ["All"] if none are provided.

public IEnumerable<string> Roles { get; set; }

Property Value

IEnumerable<string>

SearchAndMatchEnvironment

The target environment

public MatchV2Environment SearchAndMatchEnvironment { get; set; }

Property Value

MatchV2Environment