Class GoogleCloudDiscoveryengineV1alphaImageCharacteristics
Standard characteristics of an image media view.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImageCharacteristics : IDirectResponseSchema
Properties
BitDepth
Output only. Bit depth of the image (e.g., 8-bit, 16-bit).
Declaration
[JsonProperty("bitDepth")]
public virtual int? BitDepth { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ColorSpace
Output only. Color space of the image (e.g., "RGB", "CMYK", "Grayscale").
Declaration
[JsonProperty("colorSpace")]
public virtual string ColorSpace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Height
Output only. Image height in pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Width
Output only. Image width in pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |