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