Group
Show / Hide Table of Contents

Class TxClientSettings

Settings for a TxClient (used when configuring the TxClient with dependency injection)

Inheritance
System.Object
EnvironmentSettings
TxClientSettings
Inherited Members
EnvironmentSettings.SkillsIntelligenceIncludeCertifications
EnvironmentSettings.MatchV2Environment
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 TxClientSettings : EnvironmentSettings

Properties

| Improve this Doc View Source

AccountId

The Account ID for your account

Declaration
public string AccountId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DataCenter

The Data Center for your account. Either US, EU, or AU

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

ServiceKey

The Service Key for your account

Declaration
public string ServiceKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TrackingTags

Optional tags to use to track API usage for your account

Declaration
public IEnumerable<string> TrackingTags { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾