Share via


TextAnalysisAuthoringClient.GetSupportedPrebuiltEntitiesAsync Method

Definition

Overloads

GetSupportedPrebuiltEntitiesAsync(RequestContext)

[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.

GetSupportedPrebuiltEntitiesAsync(CancellationToken)

Lists the supported prebuilt entities that can be used while creating composed entities.

GetSupportedPrebuiltEntitiesAsync(RequestContext)

Source:
TextAnalysisAuthoringClient.cs

[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.

public virtual Azure.AsyncPageable<BinaryData> GetSupportedPrebuiltEntitiesAsync(Azure.RequestContext context);
abstract member GetSupportedPrebuiltEntitiesAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
override this.GetSupportedPrebuiltEntitiesAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetSupportedPrebuiltEntitiesAsync (context As RequestContext) As AsyncPageable(Of BinaryData)

Parameters

context
RequestContext

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

Returns

The AsyncPageable<T> from the service containing a list of BinaryData objects. Details of the body schema for each item in the collection are in the Remarks section below.

Exceptions

Service returned a non-success status code.

Applies to

GetSupportedPrebuiltEntitiesAsync(CancellationToken)

Source:
TextAnalysisAuthoringClient.cs

Lists the supported prebuilt entities that can be used while creating composed entities.

public virtual Azure.AsyncPageable<Azure.AI.Language.Text.Authoring.TextAuthoringPrebuiltEntity> GetSupportedPrebuiltEntitiesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportedPrebuiltEntitiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.Language.Text.Authoring.TextAuthoringPrebuiltEntity>
override this.GetSupportedPrebuiltEntitiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.Language.Text.Authoring.TextAuthoringPrebuiltEntity>
Public Overridable Function GetSupportedPrebuiltEntitiesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TextAuthoringPrebuiltEntity)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to