public sealed class AnnotationBoundary : IMessage<AnnotationBoundary>, IEquatable<AnnotationBoundary>, IDeepCloneable<AnnotationBoundary>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class AnnotationBoundary.
A point in a conversation that marks the start or the end of an annotation.
[[["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 page provides documentation for the `AnnotationBoundary` class within the Google Cloud Contact Center Insights v1 API, specifically for .NET development, spanning versions from 1.0.0 to 2.19.0 with 2.19.0 being the latest."],["The `AnnotationBoundary` class, part of the `Google.Cloud.ContactCenterInsights.V1` namespace, is used to mark the start or end of an annotation in a conversation."],["The `AnnotationBoundary` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class, including methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of the `AnnotationBoundary` class include `DetailedBoundaryCase`, which represents the specific type of boundary, `TranscriptIndex` indicating the boundary's location within the transcribed conversation pieces, and `WordIndex` indicating the word's location within the transcript piece."],["There are two constructors provided for the AnnotationBoundary Class, one being an empty constructor, and the other taking another AnnotationBoundary as a parameter."]]],[]]