public final class EntityMention
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Natural Language API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
EntityMention() |
Modifier and Type | Method and Description |
---|---|
EntityMention |
clone() |
Float |
getProbability()
Probability score associated with the entity.
|
Sentiment |
getSentiment()
For calls to AnalyzeEntitySentiment this field will contain the sentiment expressed for this
mention of the entity in the provided document.
|
TextSpan |
getText()
The mention text.
|
String |
getType()
The type of the entity mention.
|
EntityMention |
set(String fieldName,
Object value) |
EntityMention |
setProbability(Float probability)
Probability score associated with the entity.
|
EntityMention |
setSentiment(Sentiment sentiment)
For calls to AnalyzeEntitySentiment this field will contain the sentiment expressed for this
mention of the entity in the provided document.
|
EntityMention |
setText(TextSpan text)
The mention text.
|
EntityMention |
setType(String type)
The type of the entity mention.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Float getProbability()
null
for nonepublic EntityMention setProbability(Float probability)
probability
- probability or null
for nonepublic Sentiment getSentiment()
null
for nonepublic EntityMention setSentiment(Sentiment sentiment)
sentiment
- sentiment or null
for nonepublic TextSpan getText()
null
for nonepublic EntityMention setText(TextSpan text)
text
- text or null
for nonepublic String getType()
null
for nonepublic EntityMention setType(String type)
type
- type or null
for nonepublic EntityMention set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public EntityMention clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.