Show / Hide Table of Contents

Class Profile

Documents profile

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

Properties

DocumentType

Declaration
[JsonProperty(PropertyName = "documentType")]
public string DocumentType { get; set; }
Property Value
Type Description
string

Document type EHR Or Utterance

Domain

Declaration
[JsonProperty(PropertyName = "domain")]
public string Domain { get; set; }
Property Value
Type Description
string

For PHI API this field can be PII/PHI/ALL and by default PII will be used. For other APIs Healthcare or Financial etc.

Speciality

Declaration
[JsonProperty(PropertyName = "speciality")]
public string Speciality { get; set; }
Property Value
Type Description
string

Document speciality like paediatrics, internal medicine etc.

In this article
Back to top