Interface Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder (2.18.0)

public static interface Conversation.Transcript.TranscriptSegment.WordInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
DurationOrBuilder

getWord()

public abstract String getWord()

The word itself. Includes punctuation marks that surround the word.

string word = 3;

Returns
TypeDescription
String

The word.

getWordBytes()

public abstract ByteString getWordBytes()

The word itself. Includes punctuation marks that surround the word.

string word = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the startOffset field is set.