public sealed class AnalyzeEntitiesResponse : IMessage<AnalyzeEntitiesResponse>, IEquatable<AnalyzeEntitiesResponse>, IDeepCloneable<AnalyzeEntitiesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Natural Language v2 API class AnalyzeEntitiesResponse.
The entity analysis response message.
Implements
IMessageAnalyzeEntitiesResponse, IEquatableAnalyzeEntitiesResponse, IDeepCloneableAnalyzeEntitiesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Language.V2Assembly
Google.Cloud.Language.V2.dll
Constructors
AnalyzeEntitiesResponse()
public AnalyzeEntitiesResponse()
AnalyzeEntitiesResponse(AnalyzeEntitiesResponse)
public AnalyzeEntitiesResponse(AnalyzeEntitiesResponse other)
Parameter | |
---|---|
Name | Description |
other |
AnalyzeEntitiesResponse |
Properties
Entities
public RepeatedField<Entity> Entities { get; }
The recognized entities in the input document.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEntity |
LanguageCode
public string LanguageCode { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
LanguageSupported
public bool LanguageSupported { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |