A point in a conversation that marks the start or the end of an annotation.
JSON representation
{"transcriptIndex": integer,// Union field detailed_boundary can be only one of the following:"wordIndex": integer// End of list of possible types for union field detailed_boundary.}
Fields
transcriptIndex
integer
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
Union field detailed_boundary. A detailed boundary, which describes a more specific point. detailed_boundary can be only one of the following:
wordIndex
integer
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
[[["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 2024-11-07 UTC."],[[["The provided content defines a boundary point within a transcribed conversation, marking the start or end of an annotation."],["A boundary is represented in JSON format using a `transcriptIndex` integer to indicate its location within the conversation."],["The `detailed_boundary` union field allows for more specific boundary definition, using the field `wordIndex` as an integer."],["The `transcriptIndex` indicates the location within the sequence of transcribed pieces, starting from zero."],["The `wordIndex` defines the word index of a boundary with respect to the first word in a transcript piece, also starting at zero."]]],[]]