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."],[[["This webpage provides documentation for the `TextSpan` class within the Google Cloud Natural Language v1 API, specifically for version 3.3.0."],["`TextSpan` represents a piece of text and is used as an output within the API, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes two constructors: a default constructor `TextSpan()` and one that takes another `TextSpan` object as a parameter, `TextSpan(TextSpan other)`."],["`TextSpan` has two properties: `BeginOffset`, which is an integer representing the starting position of the content in the original document, and `Content`, a string holding the output text itself."],["There are ten different versions of the TextSpan documentation accessible, including the latest 3.7.0, and versions 3.6.0 through 2.2.0."]]],[]]