NLModelConfiguration.GetCurrentRevision(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 revision of the current natural language support for models of the specified type.
[Foundation.Export("currentRevisionForType:")]
public static nuint GetCurrentRevision (NaturalLanguage.NLModelType type);
static member GetCurrentRevision : NaturalLanguage.NLModelType -> nuint
Parameters
- type
- NLModelType
The model type for which to inquire about the version of support.
Returns
System.System.UIntPtr
System.unativeint
The revision of the current natural language support for models of the specified type.
- Attributes