Google Cloud Natural Language v1 API - Class AnalyzeEntitiesResponse (3.6.0-alpha01)

public sealed class AnalyzeEntitiesResponse : IMessage<AnalyzeEntitiesResponse>, IEquatable<AnalyzeEntitiesResponse>, IDeepCloneable<AnalyzeEntitiesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnalyzeEntitiesResponse.

The entity analysis response message.

Inheritance

object > AnalyzeEntitiesResponse

Namespace

Google.Cloud.Language.V1

Assembly

Google.Cloud.Language.V1.dll

Constructors

AnalyzeEntitiesResponse()

public AnalyzeEntitiesResponse()

AnalyzeEntitiesResponse(AnalyzeEntitiesResponse)

public AnalyzeEntitiesResponse(AnalyzeEntitiesResponse other)
Parameter
NameDescription
otherAnalyzeEntitiesResponse

Properties

Entities

public RepeatedField<Entity> Entities { get; }

The recognized entities in the input document.

Property Value
TypeDescription
RepeatedFieldEntity

Language

public string Language { 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][google.cloud.language.v1.Document.language] field for more details.

Property Value
TypeDescription
string