NLModelConfiguration.GetSupportedRevisions(NLModelType) 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.
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