Show / Hide Table of Contents

Class InlineDocumentDetails

The document incorporated in the request payload.

Inheritance
object
DocumentDetails
InlineDocumentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class InlineDocumentDetails : DocumentDetails

Properties

Data

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

Raw document data with Base64 encoding.

Remarks

Required

In this article
Back to top