Reference documentation and code samples for the Natural Language V1 API class Google::Cloud::Language::V1::AnalyzeEntitiesRequest.
The entity analysis request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document
def document() -> ::Google::Cloud::Language::V1::Document
Returns
- (::Google::Cloud::Language::V1::Document) — Required. Input document.
#document=
def document=(value) -> ::Google::Cloud::Language::V1::Document
Parameter
- value (::Google::Cloud::Language::V1::Document) — Required. Input document.
Returns
- (::Google::Cloud::Language::V1::Document) — Required. Input document.
#encoding_type
def encoding_type() -> ::Google::Cloud::Language::V1::EncodingType
Returns
- (::Google::Cloud::Language::V1::EncodingType) — The encoding type used by the API to calculate offsets.
#encoding_type=
def encoding_type=(value) -> ::Google::Cloud::Language::V1::EncodingType
Parameter
- value (::Google::Cloud::Language::V1::EncodingType) — The encoding type used by the API to calculate offsets.
Returns
- (::Google::Cloud::Language::V1::EncodingType) — The encoding type used by the API to calculate offsets.