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

Annotation Constructors

Definition

Overloads

Name Description
Annotation()

Initializes a new instance of Annotation.

Annotation(AnnotationType, IDictionary<String,BinaryData>)

Initializes a new instance of Annotation.

Annotation()

Source:
Annotation.cs

Initializes a new instance of Annotation.

protected Annotation();
Protected Sub New ()

Applies to

Annotation(AnnotationType, IDictionary<String,BinaryData>)

Source:
Annotation.cs

Initializes a new instance of Annotation.

public Annotation(Azure.AI.AgentServer.Contracts.Generated.OpenAI.AnnotationType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.Annotation : Azure.AI.AgentServer.Contracts.Generated.OpenAI.AnnotationType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.Annotation
Public Sub New (type As AnnotationType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to