NLModel.Configuration Property
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 configuration information, such as which language the model supports, or the current version of the model.
public virtual NaturalLanguage.NLModelConfiguration Configuration { [Foundation.Export("configuration", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.Configuration : NaturalLanguage.NLModelConfiguration
Property Value
The configuration information, such as which language the model supports, or the current version of the model.
- Attributes