VolumeRefreshingPeriodEnum
VolumeRefreshingPeriodEnum enumeration constants are used to denote the period during which the ABBYY FineReader Engine license limits the number of the recognition and export operations.
Note: ABBYY FineReader Engine licenses use UTC time standard.
typedef enum {
VRP_Day,
VRP_Week,
VRP_Month,
VRP_Quarter,
VRP_HalfYear,
VRP_Year,
VRP_Infinite,
VRP_AbsoluteMonth,
VRP_AbsoluteYear
} VolumeRefreshingPeriodEnum;
Elements
Name | Description |
---|---|
VRP_AbsoluteMonth | The remaining units counter is refreshed at the beginning of the specific day of the month. |
VRP_AbsoluteYear | The remaining units counter is refreshed at the beginning of the specific day of the year. |
VRP_Day | The remaining units counter is refreshed at the beginning of each day. |
VRP_HalfYear | The remaining units counter is refreshed at the beginning of each half a year. |
VRP_Infinite | The remaining units counter is never refreshed. |
VRP_Month | The remaining units counter is refreshed at the beginning of each month. |
VRP_Quarter | The remaining units counter is refreshed at the beginning of each quarter. |
VRP_Week | The remaining units counter is refreshed at the beginning of each week. |
VRP_Year | The remaining units counter is refreshed at the beginning of each year. |
Used in
03.07.2024 8:50:25