你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MessageDeltaTextFilePathAnnotation 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 path annotation applied to a streaming text content part.
public class MessageDeltaTextFilePathAnnotation : Azure.AI.Projects.MessageDeltaTextAnnotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageDeltaTextFilePathAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageDeltaTextFilePathAnnotation>
type MessageDeltaTextFilePathAnnotation = class
inherit MessageDeltaTextAnnotation
interface IJsonModel<MessageDeltaTextFilePathAnnotation>
interface IPersistableModel<MessageDeltaTextFilePathAnnotation>
Public Class MessageDeltaTextFilePathAnnotation
Inherits MessageDeltaTextAnnotation
Implements IJsonModel(Of MessageDeltaTextFilePathAnnotation), IPersistableModel(Of MessageDeltaTextFilePathAnnotation)
- 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. |
FilePath |
The file path 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) |