class Abbyy::Models::GetApplicationInfoResponse
- Abbyy::Models::GetApplicationInfoResponse
- Abbyy::Models::BaseResponse
- Abbyy::Models::BaseModel
- Reference
- Object
Overview
Response object for /getApplicationInfo API-method.
See Abbyy::Client::get_application_info.
###Status codes
The following status codes can be returned when this method is called:
- 200 Successful method call.
- 403 The call to this method is disabled in your application settings.
Defined in:
abbyy/models/get_application_info_response.crConstant Summary
-
TIME_FORMAT =
"%Y-%m-%dT%H:%M:%S"
Instance Method Summary
- #documents : Int32 | Nil
- #documents=(documents : Int32 | Nil)
- #expires : Time | Nil
- #expires=(expires : Time | Nil)
- #fields : Int32 | Nil
- #fields=(fields : Int32 | Nil)
- #installation_id : String | Nil
- #installation_id=(installation_id : String | Nil)
- #installations : Int32 | Nil
- #installations=(installations : Int32 | Nil)
- #name : String
- #name=(name : String)
- #pages : Int32 | Nil
- #pages=(pages : Int32 | Nil)
- #set_properties_from_xml(xml_data : String | IO)
- #type : ApplicationType | Nil
- #type=(type : ApplicationType | Nil)