MessageTextFilePathAnnotation 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.
A citation within the message that points to a file located at a specific path.
public class MessageTextFilePathAnnotation : Azure.AI.OpenAI.Assistants.MessageTextAnnotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.MessageTextFilePathAnnotation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.MessageTextFilePathAnnotation>
type MessageTextFilePathAnnotation = class
inherit MessageTextAnnotation
interface IJsonModel<MessageTextFilePathAnnotation>
interface IPersistableModel<MessageTextFilePathAnnotation>
Public Class MessageTextFilePathAnnotation
Inherits MessageTextAnnotation
Implements IJsonModel(Of MessageTextFilePathAnnotation), IPersistableModel(Of MessageTextFilePathAnnotation)
- Inheritance
- Implements
Properties
EndIndex |
The last text index associated with this text annotation. (Inherited from MessageTextAnnotation) |
FileId |
The ID of the specific file that the citation is from. |
StartIndex |
The first text index associated with this text annotation. (Inherited from MessageTextAnnotation) |
Text |
The textual content associated with this text annotation item. (Inherited from MessageTextAnnotation) |
Explicit Interface Implementations
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET