Class AddDocumentRequestBase
Most SearchMatchV2 requests have Roles
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 AddDocumentRequestBase
Properties
| Improve this Doc View SourceRoles
The roles associated with the request. Defaults to ["All"] if none are provided.
Declaration
public IEnumerable<string> Roles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
SearchAndMatchEnvironment
The target environment
Declaration
public MatchV2Environment SearchAndMatchEnvironment { get; set; }
Property Value
Type | Description |
---|---|
MatchV2Environment |