public interface AudioRecognitionAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getEndOffset()
End position in audio file that the transcription corresponds to.
|
com.google.protobuf.DurationOrBuilder |
getEndOffsetOrBuilder()
End position in audio file that the transcription corresponds to.
|
com.google.protobuf.Duration |
getStartOffset()
Start position in audio file that the transcription corresponds to.
|
com.google.protobuf.DurationOrBuilder |
getStartOffsetOrBuilder()
Start position in audio file that the transcription corresponds to.
|
String |
getTranscript()
Transcript text representing the words spoken.
|
com.google.protobuf.ByteString |
getTranscriptBytes()
Transcript text representing the words spoken.
|
boolean |
hasEndOffset()
End position in audio file that the transcription corresponds to.
|
boolean |
hasStartOffset()
Start position in audio file that the transcription corresponds to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTranscript()
Transcript text representing the words spoken.
string transcript = 1;com.google.protobuf.ByteString getTranscriptBytes()
Transcript text representing the words spoken.
string transcript = 1;boolean hasStartOffset()
Start position in audio file that the transcription corresponds to.
.google.protobuf.Duration start_offset = 2;com.google.protobuf.Duration getStartOffset()
Start position in audio file that the transcription corresponds to.
.google.protobuf.Duration start_offset = 2;com.google.protobuf.DurationOrBuilder getStartOffsetOrBuilder()
Start position in audio file that the transcription corresponds to.
.google.protobuf.Duration start_offset = 2;boolean hasEndOffset()
End position in audio file that the transcription corresponds to.
.google.protobuf.Duration end_offset = 3;com.google.protobuf.Duration getEndOffset()
End position in audio file that the transcription corresponds to.
.google.protobuf.Duration end_offset = 3;com.google.protobuf.DurationOrBuilder getEndOffsetOrBuilder()
End position in audio file that the transcription corresponds to.
.google.protobuf.Duration end_offset = 3;Copyright © 2019 Google LLC. All rights reserved.