public interface TranscriptEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
String |
getLanguageCode()
Output only.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getParticipant()
Output only.
|
com.google.protobuf.ByteString |
getParticipantBytes()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
String |
getText()
Output only.
|
com.google.protobuf.ByteString |
getTextBytes()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasStartTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Resource name of the entry. Format:
"conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getParticipant()
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParticipantBytes()
Output only. Refers to the participant who speaks.
string participant = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getText()
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getTextBytes()
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
string text = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getLanguageCode()
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getLanguageCodeBytes()
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
string language_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasStartTime()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getStartTime()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Timestamp when the transcript entry started.
.google.protobuf.Timestamp start_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Timestamp when the transcript entry ended.
.google.protobuf.Timestamp end_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.