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

61 строка
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.textanalytics.models.KeyPhrasesCollection"
fullName: "com.azure.ai.textanalytics.models.KeyPhrasesCollection"
name: "KeyPhrasesCollection"
nameWithType: "KeyPhrasesCollection"
summary: "The `KeyPhrasesCollection` 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 **KeyPhrasesCollection**</br> extends <xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
constructors:
- uid: "com.azure.ai.textanalytics.models.KeyPhrasesCollection.KeyPhrasesCollection(com.azure.core.util.IterableStream<java.lang.String>,com.azure.core.util.IterableStream<com.azure.ai.textanalytics.models.TextAnalyticsWarning>)"
fullName: "com.azure.ai.textanalytics.models.KeyPhrasesCollection.KeyPhrasesCollection(IterableStream<String> keyPhrases, IterableStream<TextAnalyticsWarning> warnings)"
name: "KeyPhrasesCollection(IterableStream<String> keyPhrases, IterableStream<TextAnalyticsWarning> warnings)"
nameWithType: "KeyPhrasesCollection.KeyPhrasesCollection(IterableStream<String> keyPhrases, IterableStream<TextAnalyticsWarning> warnings)"
summary: "Creates a `KeyPhrasesCollection` model that describes a key phrases 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 key phrases."
name: "keyPhrases"
type: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- 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\" />&lt;<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning?alt=com.azure.ai.textanalytics.models.TextAnalyticsWarning&text=TextAnalyticsWarning\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public KeyPhrasesCollection(IterableStream<String> keyPhrases, IterableStream<TextAnalyticsWarning> warnings)"
desc: "Creates a `KeyPhrasesCollection` model that describes a key phrases collection including warnings."
methods:
- uid: "com.azure.ai.textanalytics.models.KeyPhrasesCollection.getWarnings()"
fullName: "com.azure.ai.textanalytics.models.KeyPhrasesCollection.getWarnings()"
name: "getWarnings()"
nameWithType: "KeyPhrasesCollection.getWarnings()"
summary: "Gets 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: "Gets 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\" />&lt;<xref href=\"com.azure.ai.textanalytics.models.TextAnalyticsWarning?alt=com.azure.ai.textanalytics.models.TextAnalyticsWarning&text=TextAnalyticsWarning\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The `KeyPhrasesCollection` model."
metadata: {}
package: "com.azure.ai.textanalytics.models"
artifact: com.azure:azure-ai-textanalytics:5.5.1