Profile¶
-
class
oci.ai_language.models.
Profile
(**kwargs)¶ Bases:
object
Documents profile
Methods
__init__
(**kwargs)Initializes a new Profile object with values from keyword arguments. Attributes
document_type
Gets the document_type of this Profile. domain
Gets the domain of this Profile. speciality
Gets the speciality of this Profile. -
__init__
(**kwargs)¶ Initializes a new Profile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - domain (str) – The value to assign to the domain property of this Profile.
- document_type (str) – The value to assign to the document_type property of this Profile.
- speciality (str) – The value to assign to the speciality property of this Profile.
-
document_type
¶ Gets the document_type of this Profile. Document type EHR Or Utterance
Returns: The document_type of this Profile. Return type: str
-
domain
¶ Gets the domain of this Profile. For PHI API this field can be PII/PHI/ALL and by default PII will be used. For other APIs Healthcare or Financial etc.
Returns: The domain of this Profile. Return type: str
-
speciality
¶ Gets the speciality of this Profile. Document speciality like paediatrics, internal medicine etc.
Returns: The speciality of this Profile. Return type: str
-