Class PersonallyIdentifiableInformationResult
An item of personally identifiable information.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class PersonallyIdentifiableInformationResult
Properties
Label
Declaration
[Required(ErrorMessage = "Label is required.")]
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string | The label of the personally identifiable information. |
Remarks
Required
Length
Declaration
[Required(ErrorMessage = "Length is required.")]
[JsonProperty(PropertyName = "length")]
public int? Length { get; set; }
Property Value
Type | Description |
---|---|
int? | The length of the personally identifiable information. |
Remarks
Required
Offset
Declaration
[Required(ErrorMessage = "Offset is required.")]
[JsonProperty(PropertyName = "offset")]
public int? Offset { get; set; }
Property Value
Type | Description |
---|---|
int? | The offset of the personally identifiable information. |
Remarks
Required
Score
Declaration
[Required(ErrorMessage = "Score is required.")]
[JsonProperty(PropertyName = "score")]
public double Score { get; set; }
Property Value
Type | Description |
---|---|
double | The score of the personally identifiable information. |
Remarks
Required
Text
Declaration
[Required(ErrorMessage = "Text is required.")]
[JsonProperty(PropertyName = "text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string | The text of the personally identifiable information. |
Remarks
Required