Reference documentation and code samples for the Cloud Natural Language V1 Client class TextSpan.
Represents an output piece of text.
Generated from protobuf message google.cloud.language.v1.TextSpan
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ content
string
The content of the output text.
↳ 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 output text.
string
setContent
The content of the output text.
var
string
$this
getBeginOffset
The API calculates the beginning offset of the content in the original document according to the EncodingType specified in the API request.
int
setBeginOffset
The API calculates the beginning offset of the content in the original document according to the EncodingType specified in the API request.
var
int
$this