Class DocumentMetadata
The document information.
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class DocumentMetadata
Properties
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