azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.contentsafety....

72 строки
4.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.contentsafety.models.TextBlocklist"
fullName: "com.azure.ai.contentsafety.models.TextBlocklist"
name: "TextBlocklist"
nameWithType: "TextBlocklist"
summary: "Text Blocklist."
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 **TextBlocklist**"
constructors:
- uid: "com.azure.ai.contentsafety.models.TextBlocklist.TextBlocklist()"
fullName: "com.azure.ai.contentsafety.models.TextBlocklist.TextBlocklist()"
name: "TextBlocklist()"
nameWithType: "TextBlocklist.TextBlocklist()"
summary: "Creates an instance of Text<wbr>Blocklist class."
syntax: "public TextBlocklist()"
desc: "Creates an instance of TextBlocklist class."
methods:
- uid: "com.azure.ai.contentsafety.models.TextBlocklist.getDescription()"
fullName: "com.azure.ai.contentsafety.models.TextBlocklist.getDescription()"
name: "getDescription()"
nameWithType: "TextBlocklist.getDescription()"
summary: "Get the description property: Text blocklist description."
syntax: "public String getDescription()"
desc: "Get the description property: Text blocklist description."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.contentsafety.models.TextBlocklist.getName()"
fullName: "com.azure.ai.contentsafety.models.TextBlocklist.getName()"
name: "getName()"
nameWithType: "TextBlocklist.getName()"
summary: "Get the name property: Text blocklist name."
syntax: "public String getName()"
desc: "Get the name property: Text blocklist name."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.contentsafety.models.TextBlocklist.setDescription(java.lang.String)"
fullName: "com.azure.ai.contentsafety.models.TextBlocklist.setDescription(String description)"
name: "setDescription(String description)"
nameWithType: "TextBlocklist.setDescription(String description)"
summary: "Set the description property: Text blocklist description."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TextBlocklist setDescription(String description)"
desc: "Set the description property: Text blocklist description."
returns:
description: "the TextBlocklist object itself."
type: "<xref href=\"com.azure.ai.contentsafety.models.TextBlocklist?alt=com.azure.ai.contentsafety.models.TextBlocklist&text=TextBlocklist\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Text Blocklist."
metadata: {}
package: "com.azure.ai.contentsafety.models"
artifact: com.azure:azure-ai-contentsafety:1.0.6