Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

PerOperationLimitConstantResponse.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

TmApi.Model.PerOperationLimitConstantResponse

Properties

Name Type Description Notes
NTULimit int? The maximum number of text units that can be processed in all time [optional]
NTUTokens int? Counter of text units that have been already processed for operation Text parsing [optional]
NTUKeywords int? Counter of text units that have been already processed for operation Keywords extraction [optional]
NTUEntities int? Counter of text units that have been already processed for operation Entities extraction [optional]
NTULanguages int? Counter of text units that have been already processed for operation Language detection [optional]
NTUSentiments int? Counter of text units that have been already processed for operation Sentiments analysis [optional]
NTUFacts int? Counter of text units that have been already processed for operation Facts extraction [optional]

[Back to Model list] [Back to API list] [Back to README]