NLModelConfiguration.GetSupportedRevisions(NLModelType) Method

Definition

Gets the revisions of natural language support that work with models of the specified type.

[Foundation.Export("supportedRevisionsForType:")]
public static Foundation.NSIndexSet GetSupportedRevisions (NaturalLanguage.NLModelType type);
static member GetSupportedRevisions : NaturalLanguage.NLModelType -> Foundation.NSIndexSet

Parameters

type
NLModelType

The model type for which to inquire about the versions of support.

Returns

The revisions of natural language support that work with models of the specified type.

Attributes

Applies to