Group
Show / Hide Table of Contents

Class EnvironmentSettings

Settings to configure things that would have an effect across many API endpoints

Inheritance
System.Object
EnvironmentSettings
TxClientSettings
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 Source

MatchV2Environment

The environment to target for any SearchMatchV2 API calls

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

SkillsIntelligenceIncludeCertifications

Should certification skills be included when using the Skills Intelligence APIs

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