60 строки
3.7 KiB
YAML
60 строки
3.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.contentsafety.models.TextBlocklistMatch"
|
|
fullName: "com.azure.ai.contentsafety.models.TextBlocklistMatch"
|
|
name: "TextBlocklistMatch"
|
|
nameWithType: "TextBlocklistMatch"
|
|
summary: "The result of blocklist match."
|
|
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 **TextBlocklistMatch**"
|
|
methods:
|
|
- uid: "com.azure.ai.contentsafety.models.TextBlocklistMatch.getBlocklistItemId()"
|
|
fullName: "com.azure.ai.contentsafety.models.TextBlocklistMatch.getBlocklistItemId()"
|
|
name: "getBlocklistItemId()"
|
|
nameWithType: "TextBlocklistMatch.getBlocklistItemId()"
|
|
summary: "Get the blocklist<wbr>Item<wbr>Id property: The ID of the matched item."
|
|
syntax: "public String getBlocklistItemId()"
|
|
desc: "Get the blocklistItemId property: The ID of the matched item."
|
|
returns:
|
|
description: "the blocklistItemId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.contentsafety.models.TextBlocklistMatch.getBlocklistItemText()"
|
|
fullName: "com.azure.ai.contentsafety.models.TextBlocklistMatch.getBlocklistItemText()"
|
|
name: "getBlocklistItemText()"
|
|
nameWithType: "TextBlocklistMatch.getBlocklistItemText()"
|
|
summary: "Get the blocklist<wbr>Item<wbr>Text property: The content of the matched item."
|
|
syntax: "public String getBlocklistItemText()"
|
|
desc: "Get the blocklistItemText property: The content of the matched item."
|
|
returns:
|
|
description: "the blocklistItemText value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.contentsafety.models.TextBlocklistMatch.getBlocklistName()"
|
|
fullName: "com.azure.ai.contentsafety.models.TextBlocklistMatch.getBlocklistName()"
|
|
name: "getBlocklistName()"
|
|
nameWithType: "TextBlocklistMatch.getBlocklistName()"
|
|
summary: "Get the blocklist<wbr>Name property: The name of the matched blocklist."
|
|
syntax: "public String getBlocklistName()"
|
|
desc: "Get the blocklistName property: The name of the matched blocklist."
|
|
returns:
|
|
description: "the blocklistName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "The result of blocklist match."
|
|
metadata: {}
|
|
package: "com.azure.ai.contentsafety.models"
|
|
artifact: com.azure:azure-ai-contentsafety:1.0.8
|