Share via


TextAnalysisAuthoringClient.GetSupportedPrebuiltEntities Method

Definition

Overloads

GetSupportedPrebuiltEntities(RequestContext)

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

GetSupportedPrebuiltEntities(CancellationToken)

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

GetSupportedPrebuiltEntities(RequestContext)

Source:
TextAnalysisAuthoringClient.cs

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

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

Parameters

context
RequestContext

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

Returns

The Pageable<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

GetSupportedPrebuiltEntities(CancellationToken)

Source:
TextAnalysisAuthoringClient.cs

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

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to