通过


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

FunctionAndCustomToolCallOutputInputImageContent Class

Definition

Input image.

public class FunctionAndCustomToolCallOutputInputImageContent : Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutput, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputImageContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputImageContent>
type FunctionAndCustomToolCallOutputInputImageContent = class
    inherit FunctionAndCustomToolCallOutput
    interface IJsonModel<FunctionAndCustomToolCallOutputInputImageContent>
    interface IPersistableModel<FunctionAndCustomToolCallOutputInputImageContent>
Public Class FunctionAndCustomToolCallOutputInputImageContent
Inherits FunctionAndCustomToolCallOutput
Implements IJsonModel(Of FunctionAndCustomToolCallOutputInputImageContent), IPersistableModel(Of FunctionAndCustomToolCallOutputInputImageContent)
Inheritance
FunctionAndCustomToolCallOutputInputImageContent
Implements

Constructors

Name Description
FunctionAndCustomToolCallOutputInputImageContent(ImageDetail)

Initializes a new instance of FunctionAndCustomToolCallOutputInputImageContent.

Properties

Name Description
Detail

The detail level of the image to be sent to the model. One of high, low, or auto. Defaults to auto.

FileId

Gets or sets the FileId.

ImageUrl

Gets or sets the ImageUrl.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FunctionAndCustomToolCallOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IJsonModel<FunctionAndCustomToolCallOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IJsonModel<FunctionAndCustomToolCallOutputInputImageContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FunctionAndCustomToolCallOutputInputImageContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<FunctionAndCustomToolCallOutput>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IPersistableModel<FunctionAndCustomToolCallOutput>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IPersistableModel<FunctionAndCustomToolCallOutput>.Write(ModelReaderWriterOptions) (Inherited from FunctionAndCustomToolCallOutput)
IPersistableModel<FunctionAndCustomToolCallOutputInputImageContent>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FunctionAndCustomToolCallOutputInputImageContent>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FunctionAndCustomToolCallOutputInputImageContent>.Write(ModelReaderWriterOptions)

Applies to