DocumentEntityMetadata

class oci.data_labeling_service_dataplane.models.DocumentEntityMetadata(**kwargs)

Bases: object

This is dedicated Entity to store Document related info.

Methods

__init__(**kwargs) Initializes a new DocumentEntityMetadata object with values from keyword arguments.

Attributes

page_number [Required] Gets the page_number of this DocumentEntityMetadata.
__init__(**kwargs)

Initializes a new DocumentEntityMetadata object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:page_number (float) – The value to assign to the page_number property of this DocumentEntityMetadata.
page_number

[Required] Gets the page_number of this DocumentEntityMetadata. This stores page number of document.

Returns:The page_number of this DocumentEntityMetadata.
Return type:float