public static interface Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfidence()
public abstract 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;
| Type | Description |
| float | The confidence. |
getEndOffset()
public abstract Duration getEndOffset()Time offset of the end of this word relative to the beginning of the total conversation.
.google.protobuf.Duration end_offset = 2;
| Type | Description |
| Duration | The endOffset. |
getEndOffsetOrBuilder()
public abstract DurationOrBuilder getEndOffsetOrBuilder()Time offset of the end of this word relative to the beginning of the total conversation.
.google.protobuf.Duration end_offset = 2;
| Type | Description |
| DurationOrBuilder |
getStartOffset()
public abstract Duration getStartOffset()Time offset of the start of this word relative to the beginning of the total conversation.
.google.protobuf.Duration start_offset = 1;
| Type | Description |
| Duration | The startOffset. |
getStartOffsetOrBuilder()
public abstract DurationOrBuilder getStartOffsetOrBuilder()Time offset of the start of this word relative to the beginning of the total conversation.
.google.protobuf.Duration start_offset = 1;
| Type | Description |
| DurationOrBuilder |
getWord()
public abstract String getWord()The word itself. Includes punctuation marks that surround the word.
string word = 3;
| Type | Description |
| String | The word. |
getWordBytes()
public abstract ByteString getWordBytes()The word itself. Includes punctuation marks that surround the word.
string word = 3;
| Type | Description |
| ByteString | The bytes for word. |
hasEndOffset()
public abstract boolean hasEndOffset()Time offset of the end of this word relative to the beginning of the total conversation.
.google.protobuf.Duration end_offset = 2;
| Type | Description |
| boolean | Whether the endOffset field is set. |
hasStartOffset()
public abstract boolean hasStartOffset()Time offset of the start of this word relative to the beginning of the total conversation.
.google.protobuf.Duration start_offset = 1;
| Type | Description |
| boolean | Whether the startOffset field is set. |