AIAnnotation クラス

定義

コンテンツの注釈を表します。

public ref class AIAnnotation
[System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Extensions.AI.CitationAnnotation), "citation")]
[System.Text.Json.Serialization.JsonPolymorphic(TypeDiscriminatorPropertyName="$type")]
public class AIAnnotation
[<System.Text.Json.Serialization.JsonDerivedType(typeof(Microsoft.Extensions.AI.CitationAnnotation), "citation")>]
[<System.Text.Json.Serialization.JsonPolymorphic(TypeDiscriminatorPropertyName="$type")>]
type AIAnnotation = class
Public Class AIAnnotation
継承
AIAnnotation
派生
属性

コンストラクター

名前 説明
AIAnnotation()

AIAnnotation クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AdditionalProperties

プロバイダーまたはソースの種類に固有の追加のメタデータを取得または設定します。

AnnotatedRegions

注釈のターゲット領域を取得または設定します。この注釈が適用 AIContent 関連付けられている場所を指します。

RawRepresentation

基になる実装から注釈の生表現を取得または設定します。

適用対象