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 `TextSpan` class, part of the Google Cloud Natural Language v1 API, represents a segment of text output."],["This class is implemented in the `Google.Cloud.Language.V1.dll` assembly and belongs to the `Google.Cloud.Language.V1` namespace."],["It implements interfaces such as `IMessage`, `IEquatable\u003cTextSpan\u003e`, `IDeepCloneable\u003cTextSpan\u003e`, and `IBufferMessage`."],["`TextSpan` objects can be constructed using either a default constructor or one that takes another `TextSpan` object as a parameter."],["Key properties of `TextSpan` include `BeginOffset`, indicating the starting position of the text, and `Content`, which stores the text itself."]]],[]]