你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageEmbeddingsOptions.InputType Property

Definition

Optional. The type of the input. Returns a 422 error if the model doesn't support the value or parameter.

public Azure.AI.Inference.EmbeddingInputType? InputType { get; set; }
member this.InputType : Nullable<Azure.AI.Inference.EmbeddingInputType> with get, set
Public Property InputType As Nullable(Of EmbeddingInputType)

Property Value

Applies to