DocumentDatasetFormatDetails¶
-
class
oci.data_labeling_service.models.
DocumentDatasetFormatDetails
(**kwargs)¶ Bases:
oci.data_labeling_service.models.dataset_format_details.DatasetFormatDetails
It indicates the dataset is comprised of document files. It is open for further configurability.
Attributes
FORMAT_TYPE_DOCUMENT
str(object=’’) -> str FORMAT_TYPE_IMAGE
str(object=’’) -> str FORMAT_TYPE_TEXT
str(object=’’) -> str format_type
[Required] Gets the format_type of this DatasetFormatDetails. Methods
__init__
(**kwargs)Initializes a new DocumentDatasetFormatDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
FORMAT_TYPE_DOCUMENT
= 'DOCUMENT'¶
-
FORMAT_TYPE_IMAGE
= 'IMAGE'¶
-
FORMAT_TYPE_TEXT
= 'TEXT'¶
-
__init__
(**kwargs)¶ Initializes a new DocumentDatasetFormatDetails object with values from keyword arguments. The default value of the
format_type
attribute of this class isDOCUMENT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: format_type (str) – The value to assign to the format_type property of this DocumentDatasetFormatDetails. Allowed values for this property are: “DOCUMENT”, “IMAGE”, “TEXT”
-
format_type
¶ [Required] Gets the format_type of this DatasetFormatDetails. The format type. DOCUMENT format is for record contents that are PDFs or TIFFs. IMAGE format is for record contents that are JPEGs or PNGs. TEXT format is for record contents that are TXT files.
Allowed values for this property are: “DOCUMENT”, “IMAGE”, “TEXT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The format_type of this DatasetFormatDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-