Condividi tramite


ContentUnderstandingClient.GetAnalyzersAsync Method

Definition

Overloads

Name Description
GetAnalyzersAsync(RequestContext)

[Protocol Method] List analyzers.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAnalyzersAsync(CancellationToken)

List analyzers.

GetAnalyzersAsync(RequestContext)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

[Protocol Method] List analyzers.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.AsyncPageable<BinaryData> GetAnalyzersAsync(Azure.RequestContext context);
abstract member GetAnalyzersAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
override this.GetAnalyzersAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetAnalyzersAsync (context As RequestContext) As AsyncPageable(Of BinaryData)

Parameters

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

Service returned a non-success status code.

Applies to

GetAnalyzersAsync(CancellationToken)

Source:
ContentUnderstandingClient.cs
Source:
ContentUnderstandingClient.cs

List analyzers.

public virtual Azure.AsyncPageable<Azure.AI.ContentUnderstanding.ContentAnalyzer> GetAnalyzersAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnalyzersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.ContentUnderstanding.ContentAnalyzer>
override this.GetAnalyzersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.ContentUnderstanding.ContentAnalyzer>
Public Overridable Function GetAnalyzersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContentAnalyzer)

Parameters

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

Service returned a non-success status code.

Applies to