Class: Google::Cloud::Language::V1beta2::AnalyzeEntitiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1beta2::AnalyzeEntitiesResponse
- Defined in:
- lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
Overview
The entity analysis response message.
Instance Attribute Summary collapse
-
#entities ⇒ Array<Google::Cloud::Language::V1beta2::Entity>
The recognized entities in the input document.
-
#language ⇒ 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.
Instance Attribute Details
#entities ⇒ Array<Google::Cloud::Language::V1beta2::Entity>
Returns The recognized entities in the input document.
874 |
# File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 874 class AnalyzeEntitiesResponse; end |
#language ⇒ String
Returns 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.
874 |
# File 'lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb', line 874 class AnalyzeEntitiesResponse; end |