Class ImageContent
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents image content that is part of a message.
public class ImageContent : Content
- Inheritance
-
ImageContent
- Inherited Members
Constructors
ImageContent(string, string)
Initializes a new instance of the ImageContent class.
public ImageContent(string mediaType, string data)
Parameters
Exceptions
- ArgumentNullException
Thrown when the media type or data is null.
Properties
Source
Gets the source of the image.
public ImageSource Source { get; init; }