CloudmersiveConvertClient.ConvertWebUrlToTxtAsync Method

Definition

Convert website URL page to text (txt)

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.UrlToTextResponse> ConvertWebUrlToTxtAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.UrlToTextRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertWebUrlToTxtAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.UrlToTextRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.UrlToTextResponse>
override this.ConvertWebUrlToTxtAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.UrlToTextRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.UrlToTextResponse>
Public Overridable Function ConvertWebUrlToTxtAsync (input As UrlToTextRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UrlToTextResponse)

Parameters

input
UrlToTextRequest

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Convert website URL page to text (txt) response.

Remarks

Converts a website URL page into text (txt); extracts text from HTML

Applies to