public static interface Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
A confidence estimate between 0.0 and 1.0 of the fidelity of this
word.
|
com.google.protobuf.Duration |
getEndOffset()
Time offset of the end of this word relative to the beginning of the
total conversation.
|
com.google.protobuf.DurationOrBuilder |
getEndOffsetOrBuilder()
Time offset of the end of this word relative to the beginning of the
total conversation.
|
com.google.protobuf.Duration |
getStartOffset()
Time offset of the start of this word relative to the beginning of
the total conversation.
|
com.google.protobuf.DurationOrBuilder |
getStartOffsetOrBuilder()
Time offset of the start of this word relative to the beginning of
the total conversation.
|
String |
getWord()
The word itself.
|
com.google.protobuf.ByteString |
getWordBytes()
The word itself.
|
boolean |
hasEndOffset()
Time offset of the end of this word relative to the beginning of the
total conversation.
|
boolean |
hasStartOffset()
Time offset of the start of this word relative to the beginning of
the total conversation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartOffset()
Time offset of the start of this word relative to the beginning of the total conversation.
.google.protobuf.Duration start_offset = 1;com.google.protobuf.Duration getStartOffset()
Time offset of the start of this word relative to the beginning of the total conversation.
.google.protobuf.Duration start_offset = 1;com.google.protobuf.DurationOrBuilder getStartOffsetOrBuilder()
Time offset of the start of this word relative to the beginning of the total conversation.
.google.protobuf.Duration start_offset = 1;boolean hasEndOffset()
Time offset of the end of this word relative to the beginning of the total conversation.
.google.protobuf.Duration end_offset = 2;com.google.protobuf.Duration getEndOffset()
Time offset of the end of this word relative to the beginning of the total conversation.
.google.protobuf.Duration end_offset = 2;com.google.protobuf.DurationOrBuilder getEndOffsetOrBuilder()
Time offset of the end of this word relative to the beginning of the total conversation.
.google.protobuf.Duration end_offset = 2;String getWord()
The word itself. Includes punctuation marks that surround the word.
string word = 3;com.google.protobuf.ByteString getWordBytes()
The word itself. Includes punctuation marks that surround the word.
string word = 3;float getConfidence()
A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset.
float confidence = 4;Copyright © 2023 Google LLC. All rights reserved.