Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.17 KB

PerOperationLimitConstantResponse.md

File metadata and controls

16 lines (12 loc) · 1.17 KB

PerOperationLimitConstantResponse

Properties

Name Type Description Notes
ntu_limit int The maximum number of text units that can be processed in all time [optional]
ntu_tokens int Counter of text units that have been already processed for operation Text parsing [optional]
ntu_keywords int Counter of text units that have been already processed for operation Keywords extraction [optional]
ntu_entities int Counter of text units that have been already processed for operation Entities extraction [optional]
ntu_languages int Counter of text units that have been already processed for operation Language detection [optional]
ntu_sentiments int Counter of text units that have been already processed for operation Sentiments analysis [optional]
ntu_facts 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]