Reference documentation and code samples for the Natural Language V1 API class Google::Cloud::Language::V1::AnnotateTextRequest.
The request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call.
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.
#features
def features() -> ::Google::Cloud::Language::V1::AnnotateTextRequest::Features
Returns
- (::Google::Cloud::Language::V1::AnnotateTextRequest::Features) — Required. The enabled features.
#features=
def features=(value) -> ::Google::Cloud::Language::V1::AnnotateTextRequest::Features
Parameter
- value (::Google::Cloud::Language::V1::AnnotateTextRequest::Features) — Required. The enabled features.
Returns
- (::Google::Cloud::Language::V1::AnnotateTextRequest::Features) — Required. The enabled features.