ContentUnderstandingClient.GetAnalyzersAsync 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.
Overloads
| Name | Description |
|---|---|
| GetAnalyzersAsync(RequestContext) |
[Protocol Method] List analyzers.
|
| GetAnalyzersAsync(CancellationToken) |
List analyzers. |
GetAnalyzersAsync(RequestContext)
[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)
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.