Show / Hide Table of Contents

Class InlineImageDetails

The image incorporated in the request payload.

Inheritance
object
ImageDetails
InlineImageDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class InlineImageDetails : ImageDetails

Properties

Data

Declaration
[Required(ErrorMessage = "Data is required.")]
[JsonProperty(PropertyName = "data")]
public byte[] Data { get; set; }
Property Value
Type Description
byte[]

Raw image data.

Remarks

Required

In this article
Back to top