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 text output and is part of the `Google.Cloud.Language.V1` namespace, found within the `Google.Cloud.Language.V1.dll` assembly."],["`TextSpan` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer operations."],["The class includes two constructors, a default `TextSpan()` constructor and another `TextSpan(TextSpan other)` constructor that facilitates copying properties from another instance."],["Key properties of `TextSpan` are `BeginOffset`, an integer indicating the start of the text in the original document, and `Content`, a string containing the text itself."],["The latest version of `TextSpan` is version 3.7.0, while version 2.2.0 is also documented here along with 8 other past versions."]]],[]]