Cloud Natural Language V2 Client - Class TextSpan (0.31.3)

Reference documentation and code samples for the Cloud Natural Language V2 Client class TextSpan.

Represents a text span in the input document.

Generated from protobuf message google.cloud.language.v2.TextSpan

Namespace

Google \ Cloud \ Language \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ content string

The content of the text span, which is a substring of the document.

↳ begin_offset int

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

getContent

The content of the text span, which is a substring of the document.

Returns
TypeDescription
string

setContent

The content of the text span, which is a substring of the document.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBeginOffset

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

Returns
TypeDescription
int

setBeginOffset

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this