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-03-21 UTC."],[[["The `TextSpan` class represents a segment of text output, derived from the base `Object` class."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer management."],["`TextSpan` objects can be constructed with no arguments or with another `TextSpan` object as a parameter, to make a deep clone of the object."],["It has two properties: `BeginOffset`, which is an integer representing the start position of the text in the original document, and `Content`, which is a string representing the text content itself."],["The object's inheritance chain, as well as the assembly and namespace, are shown to be: `Object \u003e TextSpan`; `Google.Cloud.Language.V1.dll`; `Google.Cloud.Language.V1`, respectively."]]],[]]