TextAnalysisAuthoringClient.GetSupportedPrebuiltEntities 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
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)
[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 GetSupportedPrebuiltEntities(CancellationToken) convenience overload with strongly typed models first.
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)
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.