The API calculates the beginning offset of the content in the original
document according to the
[EncodingType][google.cloud.language.v1.EncodingType] specified in the API
request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the Google Cloud Natural Language v1 API class TextSpan is 3.7.0, with several previous versions also documented, including the current version of 3.4.0."],["TextSpan is a class that represents an output piece of text and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The TextSpan class has two constructors: a default constructor (TextSpan()) and a copy constructor (TextSpan(TextSpan other))."],["TextSpan has two main properties: `BeginOffset`, which is an integer representing the starting offset in the original document, and `Content`, a string representing the text itself."]]],[]]