AIAnnotation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンテンツの注釈を表します。
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 |
基になる実装から注釈の生表現を取得または設定します。 |