Group
Show / Hide Table of Contents

Class ApiResponseInfo

Information/metadata for an individual REST API call.
See https://developer.textkernel.com/tx-platform/v10/overview/#http-status-codes

Inheritance
System.Object
ApiResponseInfoLite
ApiResponseInfo
Inherited Members
ApiResponseInfoLite.Code
ApiResponseInfoLite.Message
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
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ApiResponseInfo : ApiResponseInfoLite

Properties

| Improve this Doc View Source

ApiVersion

The version of the API

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

CustomerDetails

Information about the customer who made the API call

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

EngineVersion

The version of the parsing engine

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

TotalElapsedMilliseconds

How long the transaction took on the server, in milliseconds.
If the transaction takes longer to complete on the client side, that extra duration is solely network latency.

Declaration
public int TotalElapsedMilliseconds { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TransactionCost

How many credits the customer was charged for this transaction

Declaration
public decimal TransactionCost { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

TransactionId

The id for a specific API transaction. Use this when contacting service@textkernel.com about issues.

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