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