CloudmersiveConvertClient.ConvertDocumentAutodetectGetInfoAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get document type information
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.AutodetectGetInfoResult> ConvertDocumentAutodetectGetInfoAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentAutodetectGetInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.AutodetectGetInfoResult>
override this.ConvertDocumentAutodetectGetInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.AutodetectGetInfoResult>
Public Overridable Function ConvertDocumentAutodetectGetInfoAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of AutodetectGetInfoResult)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get document type information response.
Remarks
Auto-detects a document's type information; does not require file extension. Analyzes file contents to confirm file type. Even if no file extension is present, the auto-detect system will reliably analyze the contents of the file and identify its file type. Supports over 100 image file formats, Office document file formats, PDF, and more.