Class: Google::Cloud::Language::V2::AnalyzeEntitiesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/language/v2/language_service.rb

Overview

The entity analysis response message.

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array<::Google::Cloud::Language::V2::Entity>

Returns The recognized entities in the input document.

Returns:



340
341
342
343
# File 'proto_docs/google/cloud/language/v2/language_service.rb', line 340

class AnalyzeEntitiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::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.

Returns:

  • (::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. See [Document.language][] field for more details.



340
341
342
343
# File 'proto_docs/google/cloud/language/v2/language_service.rb', line 340

class AnalyzeEntitiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_supported::Boolean

Returns 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.

Returns:

  • (::Boolean)

    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.



340
341
342
343
# File 'proto_docs/google/cloud/language/v2/language_service.rb', line 340

class AnalyzeEntitiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end