Share via


NLModelConfiguration.GetCurrentRevision(NLModelType) Method

Definition

Gets the revision of the current natural language support for models of the specified type.

[Foundation.Export("currentRevisionForType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIntPtr GetCurrentRevision(NaturalLanguage.NLModelType type);
[<Foundation.Export("currentRevisionForType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCurrentRevision : NaturalLanguage.NLModelType -> unativeint

Parameters

type
NLModelType

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

Returns

UIntPtr

unativeint

The revision of the current natural language support for models of the specified type.

Attributes

Applies to