Class ImageMetadata
Collection of metadata related to image record.
Inherited Members
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class ImageMetadata : RecordMetadata
Properties
Depth
Declaration
[JsonProperty(PropertyName = "depth")]
public int? Depth { get; set; }
Property Value
Type | Description |
---|---|
int? | Depth of the image record. |
Height
Declaration
[JsonProperty(PropertyName = "height")]
public int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? | Height of the image record. |
Width
Declaration
[JsonProperty(PropertyName = "width")]
public int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? | Width of the image record. |