125 строки
8.4 KiB
YAML
125 строки
8.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.ai.textanalytics.models.LinkedEntity"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity"
|
|
name: "LinkedEntity"
|
|
nameWithType: "LinkedEntity"
|
|
summary: "The <xref uid=\"com.azure.ai.textanalytics.models.LinkedEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LinkedEntity\"></xref> model."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class LinkedEntity"
|
|
constructors:
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.LinkedEntity(java.lang.String,com.azure.core.util.IterableStream<com.azure.ai.textanalytics.models.LinkedEntityMatch>,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.LinkedEntity(String name, IterableStream<LinkedEntityMatch> matches, String language, String dataSourceEntityId, String url, String dataSource)"
|
|
name: "LinkedEntity(String name, IterableStream<LinkedEntityMatch> matches, String language, String dataSourceEntityId, String url, String dataSource)"
|
|
nameWithType: "LinkedEntity.LinkedEntity(String name, IterableStream<LinkedEntityMatch> matches, String language, String dataSourceEntityId, String url, String dataSource)"
|
|
summary: "Creates a <xref uid=\"com.azure.ai.textanalytics.models.LinkedEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LinkedEntity\"></xref> model that describes linked entity."
|
|
parameters:
|
|
- description: "The entity Linking formal name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "A list of instances this entity appears in the text."
|
|
name: "matches"
|
|
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.LinkedEntityMatch?alt=com.azure.ai.textanalytics.models.LinkedEntityMatch&text=LinkedEntityMatch\" data-throw-if-not-resolved=\"False\" />>"
|
|
- description: "The language used in the data source."
|
|
name: "language"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Unique identifier of the recognized entity from the data source."
|
|
name: "dataSourceEntityId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "URL for the entity's page from the data source."
|
|
name: "url"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The data source used to extract entity linking, such as Wiki/Bing etc."
|
|
name: "dataSource"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public LinkedEntity(String name, IterableStream<LinkedEntityMatch> matches, String language, String dataSourceEntityId, String url, String dataSource)"
|
|
desc: "Creates a <xref uid=\"com.azure.ai.textanalytics.models.LinkedEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LinkedEntity\"></xref> model that describes linked entity."
|
|
methods:
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.getBingEntitySearchApiId()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getBingEntitySearchApiId()"
|
|
name: "getBingEntitySearchApiId()"
|
|
nameWithType: "LinkedEntity.getBingEntitySearchApiId()"
|
|
summary: "Gets the bing<wbr>Entity<wbr>Search<wbr>Api<wbr>Id property: Bing Entity Search unique identifier of the recognized entity."
|
|
syntax: "public String getBingEntitySearchApiId()"
|
|
desc: "Gets the bingEntitySearchApiId property: Bing Entity Search unique identifier of the recognized entity. Use in conjunction with the Bing Entity Search SDK to fetch additional relevant information. Only available for API version v3.1 and newer."
|
|
returns:
|
|
description: "The bingEntitySearchApiId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.getDataSource()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getDataSource()"
|
|
name: "getDataSource()"
|
|
nameWithType: "LinkedEntity.getDataSource()"
|
|
summary: "Gets the data<wbr>Source property: Data source used to extract entity linking, such as Wiki/Bing etc."
|
|
syntax: "public String getDataSource()"
|
|
desc: "Gets the dataSource property: Data source used to extract entity linking, such as Wiki/Bing etc."
|
|
returns:
|
|
description: "The dataSource value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.getDataSourceEntityId()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getDataSourceEntityId()"
|
|
name: "getDataSourceEntityId()"
|
|
nameWithType: "LinkedEntity.getDataSourceEntityId()"
|
|
summary: "Gets the id property: Unique identifier of the recognized entity from the data source."
|
|
syntax: "public String getDataSourceEntityId()"
|
|
desc: "Gets the id property: Unique identifier of the recognized entity from the data source."
|
|
returns:
|
|
description: "The id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.getLanguage()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getLanguage()"
|
|
name: "getLanguage()"
|
|
nameWithType: "LinkedEntity.getLanguage()"
|
|
summary: "Gets the language property: Language used in the data source."
|
|
syntax: "public String getLanguage()"
|
|
desc: "Gets the language property: Language used in the data source."
|
|
returns:
|
|
description: "The language value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.getMatches()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getMatches()"
|
|
name: "getMatches()"
|
|
nameWithType: "LinkedEntity.getMatches()"
|
|
summary: "Gets the linked entities matched property: List of instances this entity appears in the text."
|
|
syntax: "public IterableStream<LinkedEntityMatch> getMatches()"
|
|
desc: "Gets the linked entities matched property: List of instances this entity appears in the text."
|
|
returns:
|
|
description: "The linked entities matched value."
|
|
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.LinkedEntityMatch?alt=com.azure.ai.textanalytics.models.LinkedEntityMatch&text=LinkedEntityMatch\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.ai.textanalytics.models.LinkedEntity.getName()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getName()"
|
|
name: "getName()"
|
|
nameWithType: "LinkedEntity.getName()"
|
|
summary: "Gets the name property: Entity Linking formal name."
|
|
syntax: "public String getName()"
|
|
desc: "Gets the name property: Entity Linking formal 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.textanalytics.models.LinkedEntity.getUrl()"
|
|
fullName: "com.azure.ai.textanalytics.models.LinkedEntity.getUrl()"
|
|
name: "getUrl()"
|
|
nameWithType: "LinkedEntity.getUrl()"
|
|
summary: "Gets the url property: URL for the entity's page from the data source."
|
|
syntax: "public String getUrl()"
|
|
desc: "Gets the url property: URL for the entity's page from the data source."
|
|
returns:
|
|
description: "The URL value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "The <xref uid=\"com.azure.ai.textanalytics.models.LinkedEntity\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LinkedEntity\"></xref> model."
|
|
metadata: {}
|
|
package: "com.azure.ai.textanalytics.models"
|
|
artifact: com.azure:azure-ai-textanalytics:5.2.0
|