Share via


AnnotationContent Class

Definition

Content type to support message annotations.

public class AnnotationContent : Microsoft.SemanticKernel.KernelContent
type AnnotationContent = class
    inherit KernelContent
Public Class AnnotationContent
Inherits KernelContent
Inheritance
AnnotationContent

Constructors

AnnotationContent()

Initializes a new instance of the AnnotationContent class.

AnnotationContent(String, String, Object, IReadOnlyDictionary<String,Object>)

Initializes a new instance of the AnnotationContent class.

Properties

EndIndex

End index of the citation.

FileId

The file identifier.

InnerContent

The inner content representation. Use this to bypass the current abstraction.

(Inherited from KernelContent)
Metadata

The metadata associated with the content.

(Inherited from KernelContent)
MimeType

MIME type of the content.

(Inherited from KernelContent)
ModelId

The model ID used to generate the content.

(Inherited from KernelContent)
Quote

The citation.

StartIndex

Start index of the citation.

Applies to