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 is part of the Google Cloud Natural Language v1 API, representing a segment of text output."],["The latest version of `TextSpan` is 3.7.0, with several previous versions available for reference, ranging back to 2.2.0."],["`TextSpan` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `BeginOffset`, an integer representing the start position in the source text, and `Content`, a string for the text itself."],["`TextSpan` has two constructors: a default constructor and a copy constructor that allows for creating a `TextSpan` object based on an existing `TextSpan` instance."]]],[]]