Share via


ImageAnalysisOptions.ModelVersion Property

Definition

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