Class DocumentMetadata
The document information.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DocumentMetadataProperties
MimeType
Declaration
[Required(ErrorMessage = "MimeType is required.")]
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The result data format. | 
Remarks
Required
PageCount
Declaration
[Required(ErrorMessage = "PageCount is required.")]
[JsonProperty(PropertyName = "pageCount")]
public int? PageCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | Teh number of pages in the document. | 
Remarks
Required