Class: Google::Cloud::Language::V1::AnalyzeSyntaxRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1::AnalyzeSyntaxRequest
- Defined in:
- lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb
Overview
The syntax analysis request message.
Instance Attribute Summary collapse
-
#document ⇒ Google::Cloud::Language::V1::Document
Input document.
-
#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 Input document.
886 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 886 class AnalyzeSyntaxRequest; end |
#encoding_type ⇒ Google::Cloud::Language::V1::EncodingType
Returns The encoding type used by the API to calculate offsets.
886 |
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 886 class AnalyzeSyntaxRequest; end |