AnalyzeEntitiesResponse class final

The entity analysis response message.

Inheritance
  • Object
  • ProtoMessage
  • AnalyzeEntitiesResponse

Constructors

AnalyzeEntitiesResponse({List<Entity> entities = const [], String languageCode = '', bool languageSupported = false})
AnalyzeEntitiesResponse.fromJson(Object? j)
factory

Properties

entities List<Entity>
The recognized entities in the input document.
final
hashCode int
The hash code for this object.
no setterinherited
languageCode String
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.
final
languageSupported bool
Whether the language is officially supported. The API may still return a response when the language is not supported, but it is on a best effort basis.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String