menu
googleapis package
documentation
language/v1.dart
Entity
Entity constructor
Entity constructor
dark_mode
light_mode
Entity
constructor
Entity
(
{
List
<
EntityMention
>
?
mentions
,
Map
<
String
,
String
>
?
metadata
,
String
?
name
,
double
?
salience
,
Sentiment
?
sentiment
,
String
?
type
,
})
Implementation
Entity({ this.mentions, this.metadata, this.name, this.salience, this.sentiment, this.type, });
googleapis package
documentation
language/v1
Entity
Entity constructor
Entity class