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 represents a piece of output text within the Google Cloud Natural Language v1 API, and it is available in various versions, with version 3.7.0 being the latest."],["The `TextSpan` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["`TextSpan` has two constructors, one default and another that takes another `TextSpan` object as a parameter, supporting creating instances and cloning existing ones."],["The class includes two key properties, `BeginOffset` (an integer representing the starting position in the document) and `Content` (a string holding the actual text)."],["The class is found in the namespace `Google.Cloud.Language.V1`, located within the `Google.Cloud.Language.V1.dll` assembly."]]],[]]