TextAnalysisAuthoringClient.GetSupportedPrebuiltEntitiesAsync 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
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)
[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
- Please try the simpler GetSupportedPrebuiltEntitiesAsync(CancellationToken) convenience overload with strongly typed models first.
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)
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.