MessageDeltaTextFileCitationAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a streamed file citation applied to a streaming text content part.
public class MessageDeltaTextFileCitationAnnotation : Azure.AI.Projects.MessageDeltaTextAnnotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageDeltaTextFileCitationAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageDeltaTextFileCitationAnnotation>
type MessageDeltaTextFileCitationAnnotation = class
inherit MessageDeltaTextAnnotation
interface IJsonModel<MessageDeltaTextFileCitationAnnotation>
interface IPersistableModel<MessageDeltaTextFileCitationAnnotation>
Public Class MessageDeltaTextFileCitationAnnotation
Inherits MessageDeltaTextAnnotation
Implements IJsonModel(Of MessageDeltaTextFileCitationAnnotation), IPersistableModel(Of MessageDeltaTextFileCitationAnnotation)
- Inheritance
- Implements
Fields
SerializedAdditionalRawData |
Keeps track of any properties unknown to the library. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Properties
EndIndex |
The end index of this annotation in the content text. |
FileCitation |
The file citation information. |
Index |
The index of the annotation within a text content part. (Inherited from MessageDeltaTextAnnotation) |
StartIndex |
The start index of this annotation in the content text. |
Text |
The text in the message content that needs to be replaced. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET