Class: Google::Apis::LanguageV1beta1::Sentence
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1beta1::Sentence
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/language_v1beta1/classes.rb,
generated/google/apis/language_v1beta1/representations.rb,
generated/google/apis/language_v1beta1/representations.rb
Overview
Represents a sentence in the input document.
Instance Attribute Summary collapse
-
#text ⇒ Google::Apis::LanguageV1beta1::TextSpan
Represents an output piece of text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Sentence
constructor
A new instance of Sentence.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Sentence
Returns a new instance of Sentence.
336 337 338 |
# File 'generated/google/apis/language_v1beta1/classes.rb', line 336 def initialize(**args) update!(**args) end |
Instance Attribute Details
#text ⇒ Google::Apis::LanguageV1beta1::TextSpan
Represents an output piece of text.
Corresponds to the JSON property text
334 335 336 |
# File 'generated/google/apis/language_v1beta1/classes.rb', line 334 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
341 342 343 |
# File 'generated/google/apis/language_v1beta1/classes.rb', line 341 def update!(**args) @text = args[:text] if args.key?(:text) end |