CloudmersiveConvertClient.ConvertWebHtmlToTxtAsync 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.
Convert HTML string to text (txt)
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.HtmlToTextResponse> ConvertWebHtmlToTxtAsync(Azure.Connectors.Sdk.CloudmersiveConvert.Models.HtmlToTextRequest input, System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertWebHtmlToTxtAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.HtmlToTextRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.HtmlToTextResponse>
override this.ConvertWebHtmlToTxtAsync : Azure.Connectors.Sdk.CloudmersiveConvert.Models.HtmlToTextRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.HtmlToTextResponse>
Public Overridable Function ConvertWebHtmlToTxtAsync (input As HtmlToTextRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HtmlToTextResponse)
Parameters
- input
- HtmlToTextRequest
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert HTML string to text (txt) response.
Remarks
Converts an HTML string input into text (txt); extracts text from HTML