Show / Hide Table of Contents

Class InlineDocumentContent

The content of an inline document.

Inheritance
object
InputLocation
InlineDocumentContent
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 InlineDocumentContent : InputLocation

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