Class EnvironmentSettings
Settings to configure things that would have an effect across many API endpoints
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
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class EnvironmentSettings
Properties
| Improve this Doc View SourceMatchV2Environment
The environment to target for any SearchMatchV2 API calls
Declaration
public MatchV2Environment MatchV2Environment { get; set; }
Property Value
Type | Description |
---|---|
MatchV2Environment |
SkillsIntelligenceIncludeCertifications
Should certification skills be included when using the Skills Intelligence APIs
Declaration
public bool SkillsIntelligenceIncludeCertifications { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |