次の方法で共有


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