Module: Google::Cloud::Language::V1
- Defined in:
- lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb,
lib/google/cloud/language/v1/language_service_pb.rb,
lib/google/cloud/language/v1/language_service_client.rb,
lib/google/cloud/language/v1/language_service_services_pb.rb
Overview
The Google::Cloud::Language::V1
module provides the following types:
Class | Description |
---|---|
AnalyzeEntitiesRequest | The entity analysis request message. |
AnalyzeEntitiesResponse | The entity analysis response message. |
AnalyzeSentimentRequest | The sentiment analysis request message. |
AnalyzeSentimentResponse | The sentiment analysis response message. |
AnalyzeSyntaxRequest | The syntax analysis request message. |
AnalyzeSyntaxResponse | The syntax analysis response message. |
AnnotateTextRequest | The request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call. |
AnnotateTextRequest::Features | All available features for sentiment, syntax, and semantic analysis. |
DependencyEdge | Represents dependency parse tree information for a token. |
EncodingType | Represents the text encoding that the caller uses to process the output. |
Entity | Represents a phrase in the text that is a known entity, such as a person, an organization, or location. |
EntityMention | Represents a mention for an entity in the text. |
PartOfSpeech | Represents part of speech information for a token. |
Sentence | Represents a sentence in the input document. |
Sentiment | Represents the feeling associated with the entire text or entities in the text. |
TextSpan | Represents an output piece of text. |
Token | Represents the smallest syntactic building block of the text. |
Defined Under Namespace
Modules: EncodingType, LanguageService Classes: AnalyzeEntitiesRequest, AnalyzeEntitiesResponse, AnalyzeSentimentRequest, AnalyzeSentimentResponse, AnalyzeSyntaxRequest, AnalyzeSyntaxResponse, AnnotateTextRequest, AnnotateTextResponse, DependencyEdge, Entity, EntityMention, LanguageServiceClient, PartOfSpeech, Sentence, Sentiment, TextSpan, Token
Constant Summary collapse
- Document =
Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.language.v1.Document").msgclass