Class: Google::Cloud::Language::V1::Sentence

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb

Overview

Represents a sentence in the input document.

Instance Attribute Summary collapse

Instance Attribute Details

#sentimentGoogle::Cloud::Language::V1::Sentiment

Returns For calls to AnalyzeSentiment or if AnnotateTextRequest::Features#extract_document_sentiment is set to true, this field will contain the sentiment for the sentence.

Returns:



70
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 70

class Sentence; end

#textGoogle::Cloud::Language::V1::TextSpan

Returns The sentence text.

Returns:



70
# File 'lib/google/cloud/language/v1/doc/google/cloud/language/v1/language_service.rb', line 70

class Sentence; end