Class: Google::Cloud::Language::V1::AnalyzeEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1::AnalyzeEntitiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/language/v1/language_service.rb
Overview
The entity analysis request message.
Instance Attribute Summary collapse
-
#document ⇒ ::Google::Cloud::Language::V1::Document
Required.
-
#encoding_type ⇒ ::Google::Cloud::Language::V1::EncodingType
The encoding type used by the API to calculate offsets.
Instance Attribute Details
#document ⇒ ::Google::Cloud::Language::V1::Document
Returns Required. Input document.
1010 1011 1012 1013 |
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 1010 class AnalyzeEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding_type ⇒ ::Google::Cloud::Language::V1::EncodingType
Returns The encoding type used by the API to calculate offsets.
1010 1011 1012 1013 |
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 1010 class AnalyzeEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |