Class CohereEmbeddingResponse.ImageEntry
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CohereEmbeddingResponse.ImageEntry
Properties
| Edit this page View SourceBitDepth
Required. Bit depth of the image
Declaration
[JsonProperty("bit_depth")]
public long BitDepth { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Format
Required. Format of the image
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Height
Required. Height of the image in pixels
Declaration
[JsonProperty("height")]
public long Height { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Width
Required. Width of the image in pixels
Declaration
[JsonProperty("width")]
public long Width { get; set; }
Property Value
| Type | Description |
|---|---|
| long |