Class InlineDocumentContent
The content of an inline document.
Inherited Members
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
PageRange
Declaration
[JsonProperty(PropertyName = "pageRange")]
public List<string> PageRange { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The page ranges to be analysed. |