ImageAnalysisOptions.ModelVersion 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.
The version of cloud AI-model used for analysis.
public string ModelVersion { get; set; }
member this.ModelVersion : string with get, set
Public Property ModelVersion As String
Property Value
Remarks
The format is the following: 'latest' (default value) or 'YYYY-MM-DD' or 'YYYY-MM-DD-preview', where 'YYYY', 'MM', 'DD' are the year, month and day associated with the model. This is not commonly set, as the default always gives the latest AI model with recent improvements. If however you would like to make sure analysis results do not change over time, set this value to a specific model version.
Applies to
Azure SDK for .NET