ModelExtensions.GetCompositeEntityAsync Methode

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.CompositeEntityExtractor> GetCompositeEntityAsync (this Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel operations, Guid appId, string versionId, Guid cEntityId, System.Threading.CancellationToken cancellationToken = default);
static member GetCompositeEntityAsync : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IModel * Guid * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.CompositeEntityExtractor>
<Extension()>
Public Function GetCompositeEntityAsync (operations As IModel, appId As Guid, versionId As String, cEntityId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CompositeEntityExtractor)

Parameter

operations
IModel
appId
Guid
versionId
String
cEntityId
Guid
cancellationToken
CancellationToken

Gibt zurück

Gilt für: