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

ImageEmbeddingsOptions.Input Property

Definition

Input image to embed. To embed multiple inputs in a single request, pass an array. The input must not exceed the max input tokens for the model.

public System.Collections.Generic.IList<Azure.AI.Inference.ImageEmbeddingInput> Input { get; }
member this.Input : System.Collections.Generic.IList<Azure.AI.Inference.ImageEmbeddingInput>
Public ReadOnly Property Input As IList(Of ImageEmbeddingInput)

Property Value

Applies to