ImageContent Constructors
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.
Overloads
ImageContent(ReadOnlyMemory<Byte>, String) | |
ImageContent(String, String) | |
ImageContent(Uri, String) |
ImageContent(ReadOnlyMemory<Byte>, String)
public ImageContent (ReadOnlyMemory<byte> data, string? mediaType = default);
new Microsoft.Extensions.AI.ImageContent : ReadOnlyMemory<byte> * string -> Microsoft.Extensions.AI.ImageContent
Public Sub New (data As ReadOnlyMemory(Of Byte), Optional mediaType As String = Nothing)
Parameters
- data
- ReadOnlyMemory<Byte>
- mediaType
- String
Applies to
ImageContent(String, String)
[System.Text.Json.Serialization.JsonConstructor]
public ImageContent (string uri, string? mediaType = default);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.Extensions.AI.ImageContent : string * string -> Microsoft.Extensions.AI.ImageContent
Public Sub New (uri As String, Optional mediaType As String = Nothing)
Parameters
- uri
- String
- mediaType
- String
- Attributes
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.