Class ImageType
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the image type.
public static class ImageType
- Inheritance
-
ImageType
- Inherited Members
Fields
Gif
Represents the GIF image type.
public const string Gif = "image/gif"
Field Value
Jpg
Represents the JPEG image type.
public const string Jpg = "image/jpeg"
Field Value
Png
Represents the PNG image type.
public const string Png = "image/png"
Field Value
Webp
Represents the WebP image type.
public const string Webp = "image/webp"