98 строки
5.6 KiB
YAML
98 строки
5.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.textanalytics.models.PiiEntity"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity"
|
|
name: "PiiEntity"
|
|
nameWithType: "PiiEntity"
|
|
summary: "The `PiiEntity` model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **PiiEntity**"
|
|
constructors:
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.PiiEntity()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.PiiEntity()"
|
|
name: "PiiEntity()"
|
|
nameWithType: "PiiEntity.PiiEntity()"
|
|
summary: "Constructs a `PiiEntity` model."
|
|
syntax: "public PiiEntity()"
|
|
desc: "Constructs a `PiiEntity` model."
|
|
methods:
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.getCategory()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.getCategory()"
|
|
name: "getCategory()"
|
|
nameWithType: "PiiEntity.getCategory()"
|
|
summary: "Gets the category property: Categorized entity category, such as Person/Location/Org/SSN etc."
|
|
syntax: "public PiiEntityCategory getCategory()"
|
|
desc: "Gets the category property: Categorized entity category, such as Person/Location/Org/SSN etc."
|
|
returns:
|
|
description: "The <code>category</code> value."
|
|
type: "<xref href=\"com.azure.ai.textanalytics.models.PiiEntityCategory?alt=com.azure.ai.textanalytics.models.PiiEntityCategory&text=PiiEntityCategory\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.getConfidenceScore()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.getConfidenceScore()"
|
|
name: "getConfidenceScore()"
|
|
nameWithType: "PiiEntity.getConfidenceScore()"
|
|
summary: "Gets the score property: Confidence score between 0 and 1 of the recognized entity."
|
|
syntax: "public double getConfidenceScore()"
|
|
desc: "Gets the score property: Confidence score between 0 and 1 of the recognized entity."
|
|
returns:
|
|
description: "The <code>confidenceScore</code> value."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.getLength()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.getLength()"
|
|
name: "getLength()"
|
|
nameWithType: "PiiEntity.getLength()"
|
|
summary: "Gets the length of entity text."
|
|
syntax: "public int getLength()"
|
|
desc: "Gets the length of entity text."
|
|
returns:
|
|
description: "The length of entity text."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.getOffset()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.getOffset()"
|
|
name: "getOffset()"
|
|
nameWithType: "PiiEntity.getOffset()"
|
|
summary: "Gets the offset property: the start position for the entity text."
|
|
syntax: "public int getOffset()"
|
|
desc: "Gets the offset property: the start position for the entity text."
|
|
returns:
|
|
description: "The <code>offset</code> value."
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.getSubcategory()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.getSubcategory()"
|
|
name: "getSubcategory()"
|
|
nameWithType: "PiiEntity.getSubcategory()"
|
|
summary: "Gets the subcategory property: Categorized entity subcategory, such as Medical/Stock exchange/Sports etc."
|
|
syntax: "public String getSubcategory()"
|
|
desc: "Gets the subcategory property: Categorized entity subcategory, such as Medical/Stock exchange/Sports etc."
|
|
returns:
|
|
description: "The <code>subcategory</code> value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntity.getText()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntity.getText()"
|
|
name: "getText()"
|
|
nameWithType: "PiiEntity.getText()"
|
|
summary: "Gets the text property: PII entity text as appears in the request."
|
|
syntax: "public String getText()"
|
|
desc: "Gets the text property: PII entity text as appears in the request."
|
|
returns:
|
|
description: "The <code>text</code> value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "The `PiiEntity` model."
|
|
metadata: {}
|
|
package: "com.azure.ai.textanalytics.models"
|
|
artifact: com.azure:azure-ai-textanalytics:5.5.3
|