Show / Hide Table of Contents

Class DocumentEntityMetadata

This is dedicated Entity to store Document related info.

Inheritance
object
DocumentEntityMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatalabelingservicedataplaneService.Models
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class DocumentEntityMetadata

Properties

PageNumber

Declaration
[Required(ErrorMessage = "PageNumber is required.")]
[JsonProperty(PropertyName = "pageNumber")]
public decimal? PageNumber { get; set; }
Property Value
Type Description
decimal?

This stores page number of document.

Remarks

Required

In this article
Back to top