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, part of the Google Cloud Natural Language v1 API, represents a segment of text output."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role within the broader API structure."],["It provides two constructors: a default constructor and one that creates a `TextSpan` instance from another `TextSpan` object."],["`TextSpan` objects contain two primary properties: `BeginOffset`, an integer indicating the starting position of the text in the original document, and `Content`, a string holding the text itself."],["The latest version available is 3.7.0 and the list contains the available versions from 2.2.0 all the way up to 3.7.0."]]],[]]