The API calculates the beginning offset of the content in the original
document according to the
[EncodingType][google.cloud.language.v2.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."],[[["`TextSpan` is a class within the Cloud Natural Language v2 API, representing a specific section of text within a document."],["The `TextSpan` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors, one default and another that allows for creating a copy from an existing `TextSpan` object."],["`TextSpan` contains properties such as `BeginOffset`, which indicates the starting position of the text span, and `Content`, which holds the actual text of the span."],["The class is part of the `Google.Cloud.Language.V2` namespace, and the current version for the reference documentation is 1.0.0-beta04, with beta05 being the latest."]]],[]]