# CloudmersiveConvertApiClient.AutodetectGetInfoResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **Boolean** | True if the operation was successful, false otherwise | [optional] 
**detectedFileExtension** | **String** | Detected file extension of the file format, with a leading period | [optional] 
**detectedMimeType** | **String** | MIME type of this file extension | [optional] 
**pageCount** | **Number** | Number of pages in a page-based document; for presentations, this is the number of slides and for a spreadsheet this is the number of worksheets.  Contains 0 when the page count cannot be determined, or if the concept of page count does not apply (e.g. for an image) | [optional] 
**author** | **String** | User name of the creator/author of the document, if available, null if not available | [optional] 
**dateModified** | **Date** | The timestamp that the document was last modified, if available, null if not available | [optional] 
**alternateFileTypeCandidates** | [**[AlternateFileFormatCandidate]**](AlternateFileFormatCandidate.md) | Alternate file type options and their probability | [optional] 


