From 03ad94d9f96035faae01c0ccba92bac985c1e832 Mon Sep 17 00:00:00 2001
From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com>
Date: Sat, 20 Jul 2024 03:40:51 +0000
Subject: [PATCH] docs: documentation for v0.0.4 [skip ci]
---
.../AnthropicClient.Models.ImageSource.html | 34 ++++++++++++++++++-
docs/index.json | 2 +-
docs/xrefmap.yml | 13 +++++++
3 files changed, 47 insertions(+), 2 deletions(-)
diff --git a/docs/api/AnthropicClient.Models.ImageSource.html b/docs/api/AnthropicClient.Models.ImageSource.html
index c3e4642..221e578 100644
--- a/docs/api/AnthropicClient.Models.ImageSource.html
+++ b/docs/api/AnthropicClient.Models.ImageSource.html
@@ -157,7 +157,7 @@ Class ImageSource
+
Initializes a new instance of the ImageSource class.
@@ -267,6 +267,38 @@ public string MediaType { get; init; }
+
+
+
+ Type
+
+
+
+
Gets the type of encoding of the image data.
+
+
+
+
+
public string Type { get; init; }
+
+
+
+
+
+
+
Property Value
+
+ - string
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/index.json b/docs/index.json
index 47a6a02..889253c 100644
--- a/docs/index.json
+++ b/docs/index.json
@@ -142,7 +142,7 @@
"api/AnthropicClient.Models.ImageSource.html": {
"href": "api/AnthropicClient.Models.ImageSource.html",
"title": "Class ImageSource | AnthropicClient",
- "keywords": "Class ImageSource Namespace AnthropicClient.Models Assembly AnthropicClient.dll Represents an image source. public class ImageSource Inheritance object ImageSource Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors ImageSource(string, string) Initializes a new instance of the ImageSource class. public ImageSource(string mediaType, string data) Parameters mediaType string The media type of the image. data string The data of the image. Exceptions ArgumentException Thrown when the media type is invalid. ArgumentNullException Thrown when the media type or data is null. Properties Data Gets the data of the image. public string Data { get; init; } Property Value string MediaType Gets the media type of the image. [JsonPropertyName(\"media_type\")] public string MediaType { get; init; } Property Value string"
+ "keywords": "Class ImageSource Namespace AnthropicClient.Models Assembly AnthropicClient.dll Represents an image source. public class ImageSource Inheritance object ImageSource Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors ImageSource(string, string) Initializes a new instance of the ImageSource class. public ImageSource(string mediaType, string data) Parameters mediaType string The media type of the image. data string The data of the image. Exceptions ArgumentException Thrown when the media type is invalid. ArgumentNullException Thrown when the media type or data is null. Properties Data Gets the data of the image. public string Data { get; init; } Property Value string MediaType Gets the media type of the image. [JsonPropertyName(\"media_type\")] public string MediaType { get; init; } Property Value string Type Gets the type of encoding of the image data. public string Type { get; init; } Property Value string"
},
"api/AnthropicClient.Models.ImageType.html": {
"href": "api/AnthropicClient.Models.ImageType.html",
diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml
index 32177d6..9f2eee4 100644
--- a/docs/xrefmap.yml
+++ b/docs/xrefmap.yml
@@ -1430,6 +1430,19 @@ references:
isSpec: "True"
fullName: AnthropicClient.Models.ImageSource.MediaType
nameWithType: ImageSource.MediaType
+- uid: AnthropicClient.Models.ImageSource.Type
+ name: Type
+ href: api/AnthropicClient.Models.ImageSource.html#AnthropicClient_Models_ImageSource_Type
+ commentId: P:AnthropicClient.Models.ImageSource.Type
+ fullName: AnthropicClient.Models.ImageSource.Type
+ nameWithType: ImageSource.Type
+- uid: AnthropicClient.Models.ImageSource.Type*
+ name: Type
+ href: api/AnthropicClient.Models.ImageSource.html#AnthropicClient_Models_ImageSource_Type_
+ commentId: Overload:AnthropicClient.Models.ImageSource.Type
+ isSpec: "True"
+ fullName: AnthropicClient.Models.ImageSource.Type
+ nameWithType: ImageSource.Type
- uid: AnthropicClient.Models.ImageType
name: ImageType
href: api/AnthropicClient.Models.ImageType.html