| Modifier and Type | Method and Description |
|---|---|
SpeechTranscription |
SpeechTranscription.Builder.build() |
SpeechTranscription |
SpeechTranscription.Builder.buildPartial() |
static SpeechTranscription |
SpeechTranscription.getDefaultInstance() |
SpeechTranscription |
SpeechTranscription.getDefaultInstanceForType() |
SpeechTranscription |
SpeechTranscription.Builder.getDefaultInstanceForType() |
SpeechTranscription |
VideoAnnotationResults.getSpeechTranscriptions(int index)
Speech transcription.
|
SpeechTranscription |
VideoAnnotationResults.Builder.getSpeechTranscriptions(int index)
Speech transcription.
|
SpeechTranscription |
VideoAnnotationResultsOrBuilder.getSpeechTranscriptions(int index)
Speech transcription.
|
static SpeechTranscription |
SpeechTranscription.parseDelimitedFrom(InputStream input) |
static SpeechTranscription |
SpeechTranscription.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechTranscription |
SpeechTranscription.parseFrom(byte[] data) |
static SpeechTranscription |
SpeechTranscription.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechTranscription |
SpeechTranscription.parseFrom(ByteBuffer data) |
static SpeechTranscription |
SpeechTranscription.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechTranscription |
SpeechTranscription.parseFrom(com.google.protobuf.ByteString data) |
static SpeechTranscription |
SpeechTranscription.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechTranscription |
SpeechTranscription.parseFrom(com.google.protobuf.CodedInputStream input) |
static SpeechTranscription |
SpeechTranscription.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SpeechTranscription |
SpeechTranscription.parseFrom(InputStream input) |
static SpeechTranscription |
SpeechTranscription.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SpeechTranscription> |
SpeechTranscription.getParserForType() |
List<SpeechTranscription> |
VideoAnnotationResults.getSpeechTranscriptionsList()
Speech transcription.
|
List<SpeechTranscription> |
VideoAnnotationResults.Builder.getSpeechTranscriptionsList()
Speech transcription.
|
List<SpeechTranscription> |
VideoAnnotationResultsOrBuilder.getSpeechTranscriptionsList()
Speech transcription.
|
static com.google.protobuf.Parser<SpeechTranscription> |
SpeechTranscription.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addSpeechTranscriptions(int index,
SpeechTranscription value)
Speech transcription.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addSpeechTranscriptions(SpeechTranscription value)
Speech transcription.
|
SpeechTranscription.Builder |
SpeechTranscription.Builder.mergeFrom(SpeechTranscription other) |
static SpeechTranscription.Builder |
SpeechTranscription.newBuilder(SpeechTranscription prototype) |
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setSpeechTranscriptions(int index,
SpeechTranscription value)
Speech transcription.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllSpeechTranscriptions(Iterable<? extends SpeechTranscription> values)
Speech transcription.
|
Copyright © 2019 Google LLC. All rights reserved.