language/v2 library
Cloud Natural Language API - v2
Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.
For more information, see cloud.google.com/natural-language/
Create an instance of CloudNaturalLanguageApi to access these resources:
Classes
- AnalyzeEntitiesRequest
- The entity analysis request message.
- AnalyzeEntitiesResponse
- The entity analysis response message.
- AnalyzeSentimentRequest
- The sentiment analysis request message.
- AnalyzeSentimentResponse
- The sentiment analysis response message.
- AnnotateTextRequest
- The request message for the text annotation API, which can perform multiple analysis types in one call.
- AnnotateTextRequestFeatures
- All available features.
- AnnotateTextResponse
- The text annotations response message.
- ClassifyTextRequest
- The document classification request message.
- ClassifyTextResponse
- The document classification response message.
- CloudNaturalLanguageApi
- Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.
- Document
- Represents the input to API methods.
- DocumentsResource
- 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.
- ModerateTextRequest
- The document moderation request message.
- ModerateTextResponse
- The document moderation response message.
- Sentence
- Represents a sentence in the input document.
Typedefs
- ClassificationCategory = $ClassificationCategory
- Represents a category returned from the text classifier.
- Sentiment = $Sentiment
- Represents the feeling associated with the entire text or entities in the text.
- TextSpan = $TextSpan
- Represents a text span in the input document.
Exceptions / Errors
- ApiRequestError
- Represents a general error reported by the API endpoint.
- DetailedApiRequestError
- Represents a specific error reported by the API endpoint.