MessageDeltaImageFileContent 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 image file content part within a streaming message delta chunk.
public class MessageDeltaImageFileContent : Azure.AI.Projects.MessageDeltaContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageDeltaImageFileContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageDeltaImageFileContent>
type MessageDeltaImageFileContent = class
inherit MessageDeltaContent
interface IJsonModel<MessageDeltaImageFileContent>
interface IPersistableModel<MessageDeltaImageFileContent>
Public Class MessageDeltaImageFileContent
Inherits MessageDeltaContent
Implements IJsonModel(Of MessageDeltaImageFileContent), IPersistableModel(Of MessageDeltaImageFileContent)
- Inheritance
- Implements
Properties
ImageFile |
The image_file data. |
Index |
The index of the content part of the message. (Inherited from MessageDeltaContent) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET