Class: Google::Cloud::Language::V1::TextSpan

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/language/v1/language_service.rb

Overview

Represents an output piece of text.

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns The API calculates the beginning offset of the content in the original document according to the EncodingType specified in the API request.

Returns:

  • (::Integer)

    The API calculates the beginning offset of the content in the original document according to the EncodingType specified in the API request.



885
886
887
888
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 885

class TextSpan
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#content::String

Returns The content of the output text.

Returns:

  • (::String)

    The content of the output text.



885
886
887
888
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 885

class TextSpan
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end