74 строки
8.0 KiB
YAML
74 строки
8.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.textanalytics.models.PiiEntityCollection"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntityCollection"
|
|
name: "PiiEntityCollection"
|
|
nameWithType: "PiiEntityCollection"
|
|
summary: "The `PiiEntityCollection` model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.IterableStream.<T>of(java.lang.Iterable<T>)?alt=com.azure.core.util.IterableStream.<T>of&text=<T>of\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream.iterator()?alt=com.azure.core.util.IterableStream.iterator&text=iterator\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream.stream()?alt=com.azure.core.util.IterableStream.stream&text=stream\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **PiiEntityCollection**</br> extends <xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.ai.textanalytics.models.PiiEntity?alt=com.azure.ai.textanalytics.models.PiiEntity&text=PiiEntity\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntityCollection.PiiEntityCollection(com.azure.core.util.IterableStream<com.azure.ai.textanalytics.models.PiiEntity>,java.lang.String,com.azure.core.util.IterableStream<com.azure.ai.textanalytics.models.TextAnalyticsWarning>)"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntityCollection.PiiEntityCollection(IterableStream<PiiEntity> entities, String redactedText, IterableStream<TextAnalyticsWarning> warnings)"
|
|
name: "PiiEntityCollection(IterableStream<PiiEntity> entities, String redactedText, IterableStream<TextAnalyticsWarning> warnings)"
|
|
nameWithType: "PiiEntityCollection.PiiEntityCollection(IterableStream<PiiEntity> entities, String redactedText, IterableStream<TextAnalyticsWarning> warnings)"
|
|
summary: "Creates a `PiiEntityCollection` model that describes a Personally Identifiable Information entities collection including warnings."
|
|
parameters:
|
|
- description: "An <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of <xref uid=\"com.azure.ai.textanalytics.models.PiiEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Personally Identifiable Information entities\"></xref>."
|
|
name: "entities"
|
|
type: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.ai.textanalytics.models.PiiEntity?alt=com.azure.ai.textanalytics.models.PiiEntity&text=PiiEntity\" data-throw-if-not-resolved=\"False\" />>"
|
|
- description: "The text of the input document with all of the PII information redacted out."
|
|
name: "redactedText"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of <xref uid=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning\" data-throw-if-not-resolved=\"false\" data-raw-source=\"warnings\"></xref>."
|
|
name: "warnings"
|
|
type: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning?alt=com.azure.ai.textanalytics.models.TextAnalyticsWarning&text=TextAnalyticsWarning\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public PiiEntityCollection(IterableStream<PiiEntity> entities, String redactedText, IterableStream<TextAnalyticsWarning> warnings)"
|
|
desc: "Creates a `PiiEntityCollection` model that describes a Personally Identifiable Information entities collection including warnings."
|
|
methods:
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntityCollection.getRedactedText()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntityCollection.getRedactedText()"
|
|
name: "getRedactedText()"
|
|
nameWithType: "PiiEntityCollection.getRedactedText()"
|
|
summary: "Get the property redacted<wbr>Text value."
|
|
syntax: "public String getRedactedText()"
|
|
desc: "Get the property redactedText value. The text of the input document with all of the PII information redacted out. Only returned for API version v3.1 and newer."
|
|
returns:
|
|
description: "The text of the input document with all of the PII information redacted out."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.models.PiiEntityCollection.getWarnings()"
|
|
fullName: "com.azure.ai.textanalytics.models.PiiEntityCollection.getWarnings()"
|
|
name: "getWarnings()"
|
|
nameWithType: "PiiEntityCollection.getWarnings()"
|
|
summary: "Get the <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of <xref uid=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Text Analytics warnings\"></xref>."
|
|
syntax: "public IterableStream<TextAnalyticsWarning> getWarnings()"
|
|
desc: "Get the <xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of <xref uid=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Text Analytics warnings\"></xref>."
|
|
returns:
|
|
description: "<xref uid=\"com.azure.core.util.IterableStream\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IterableStream\"></xref> of <xref uid=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TextAnalyticsWarning\"></xref>."
|
|
type: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning?alt=com.azure.ai.textanalytics.models.TextAnalyticsWarning&text=TextAnalyticsWarning\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "The `PiiEntityCollection` model."
|
|
metadata: {}
|
|
package: "com.azure.ai.textanalytics.models"
|
|
artifact: com.azure:azure-ai-textanalytics:5.5.3
|