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

58 строки
3.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.textanalytics.models.ClassificationCategory"
fullName: "com.azure.ai.textanalytics.models.ClassificationCategory"
name: "ClassificationCategory"
nameWithType: "ClassificationCategory"
summary: "The document classification result which contains the classified category and the confidence score on it."
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 **ClassificationCategory**"
constructors:
- uid: "com.azure.ai.textanalytics.models.ClassificationCategory.ClassificationCategory()"
fullName: "com.azure.ai.textanalytics.models.ClassificationCategory.ClassificationCategory()"
name: "ClassificationCategory()"
nameWithType: "ClassificationCategory.ClassificationCategory()"
summary: "Constructs a `ClassificationCategory` model."
syntax: "public ClassificationCategory()"
desc: "Constructs a `ClassificationCategory` model."
methods:
- uid: "com.azure.ai.textanalytics.models.ClassificationCategory.getCategory()"
fullName: "com.azure.ai.textanalytics.models.ClassificationCategory.getCategory()"
name: "getCategory()"
nameWithType: "ClassificationCategory.getCategory()"
summary: "Gets the classified category of document."
syntax: "public String getCategory()"
desc: "Gets the classified category of document."
returns:
description: "The classified category of document."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.textanalytics.models.ClassificationCategory.getConfidenceScore()"
fullName: "com.azure.ai.textanalytics.models.ClassificationCategory.getConfidenceScore()"
name: "getConfidenceScore()"
nameWithType: "ClassificationCategory.getConfidenceScore()"
summary: "Gets the score property: Confidence score between 0 and 1 of the classified category."
syntax: "public double getConfidenceScore()"
desc: "Gets the score property: Confidence score between 0 and 1 of the classified category."
returns:
description: "The <code>confidenceScore</code> value."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The document classification result which contains the classified category and the confidence score on it."
metadata: {}
package: "com.azure.ai.textanalytics.models"
artifact: com.azure:azure-ai-textanalytics:5.5.1