Package com.oracle.bmc.ailanguage.model
Class PiiEntity.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.PiiEntity.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PiiEntitybuild()PiiEntity.Buildercopy(PiiEntity model)PiiEntity.Builderid(String id)Unique id of the entity.PiiEntity.Builderlength(Integer length)Length of PII entity text.PiiEntity.Builderoffset(Integer offset)The number of Unicode code points preceding this entity in the submitted text.PiiEntity.BuilderrelexifyText(String relexifyText)Redacted entity textPiiEntity.Builderscore(Double score)Score or confidence for detected PII entity.PiiEntity.Buildertext(String text)Entity text like name of person, Organization and so on.PiiEntity.Buildertype(String type)Entity type supported PERSON ADDRESS AGE DATE_TIME SSN_OR_TAXPAYER EMAIL PASSPORT_NUMBER_US TELEPHONE_NUMBER DRIVER_ID_US BANK_ACCOUNT_NUMBER BANK_SWIFT BANK_ROUTING CREDIT_DEBIT_NUMBER IP_ADDRESS MAC_ADDRESS COOKIE XSRF_TOKEN AUTH_BASIC AUTH_BEARER JSON_WEB_TOKEN PRIVATE_KEY PUBLIC_KEY OCI_OCID_USER OCI_OCID_TENANCY OCI_SMTP_USERNAME OCI_OCID_REFERENCE OCI_FINGERPRINT OCI_CREDENTIAL OCI_PRE_AUTH_REQUEST OCI_STORAGE_SIGNED_URL OCI_CUSTOMER_SECRET_KEY OCI_ACCESS_KEy MEDICAL_RECORD_NUMBER HEALTH_PLAN_ID URL CERTIFICATE_NUMBER FIN GUIDs VEHICLE_LICENSE_PLATE_US VEHICLE_IDENTIFIER_US
 
- 
- 
- 
Method Detail- 
idpublic PiiEntity.Builder id(String id) Unique id of the entity.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
offsetpublic PiiEntity.Builder offset(Integer offset) The number of Unicode code points preceding this entity in the submitted text.- Parameters:
- offset- the value to set
- Returns:
- this builder
 
 - 
lengthpublic PiiEntity.Builder length(Integer length) Length of PII entity text.- Parameters:
- length- the value to set
- Returns:
- this builder
 
 - 
textpublic PiiEntity.Builder text(String text) Entity text like name of person, Organization and so on.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
relexifyTextpublic PiiEntity.Builder relexifyText(String relexifyText) Redacted entity text- Parameters:
- relexifyText- the value to set
- Returns:
- this builder
 
 - 
typepublic PiiEntity.Builder type(String type) Entity type supported PERSON ADDRESS AGE DATE_TIME SSN_OR_TAXPAYER EMAIL PASSPORT_NUMBER_US TELEPHONE_NUMBER DRIVER_ID_US BANK_ACCOUNT_NUMBER BANK_SWIFT BANK_ROUTING CREDIT_DEBIT_NUMBER IP_ADDRESS MAC_ADDRESS COOKIE XSRF_TOKEN AUTH_BASIC AUTH_BEARER JSON_WEB_TOKEN PRIVATE_KEY PUBLIC_KEY OCI_OCID_USER OCI_OCID_TENANCY OCI_SMTP_USERNAME OCI_OCID_REFERENCE OCI_FINGERPRINT OCI_CREDENTIAL OCI_PRE_AUTH_REQUEST OCI_STORAGE_SIGNED_URL OCI_CUSTOMER_SECRET_KEY OCI_ACCESS_KEy MEDICAL_RECORD_NUMBER HEALTH_PLAN_ID URL CERTIFICATE_NUMBER FIN GUIDs VEHICLE_LICENSE_PLATE_US VEHICLE_IDENTIFIER_US- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
scorepublic PiiEntity.Builder score(Double score) Score or confidence for detected PII entity.- Parameters:
- score- the value to set
- Returns:
- this builder
 
 - 
buildpublic PiiEntity build() 
 - 
copypublic PiiEntity.Builder copy(PiiEntity model) 
 
- 
 
-