Uses of Class
com.google.cloud.videointelligence.v1.SpeechTranscription
-
Packages that use SpeechTranscription Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of SpeechTranscription in com.google.cloud.videointelligence.v1
Methods in com.google.cloud.videointelligence.v1 that return SpeechTranscription Modifier and Type Method Description SpeechTranscription
SpeechTranscription.Builder. build()
SpeechTranscription
SpeechTranscription.Builder. buildPartial()
static SpeechTranscription
SpeechTranscription. getDefaultInstance()
SpeechTranscription
SpeechTranscription.Builder. getDefaultInstanceForType()
SpeechTranscription
SpeechTranscription. getDefaultInstanceForType()
SpeechTranscription
VideoAnnotationResults.Builder. getSpeechTranscriptions(int index)
Speech transcription.SpeechTranscription
VideoAnnotationResults. 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(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)
static SpeechTranscription
SpeechTranscription. parseFrom(ByteBuffer data)
static SpeechTranscription
SpeechTranscription. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type SpeechTranscription Modifier and Type Method Description com.google.protobuf.Parser<SpeechTranscription>
SpeechTranscription. getParserForType()
List<SpeechTranscription>
VideoAnnotationResults.Builder. getSpeechTranscriptionsList()
Speech transcription.List<SpeechTranscription>
VideoAnnotationResults. getSpeechTranscriptionsList()
Speech transcription.List<SpeechTranscription>
VideoAnnotationResultsOrBuilder. getSpeechTranscriptionsList()
Speech transcription.static com.google.protobuf.Parser<SpeechTranscription>
SpeechTranscription. parser()
Methods in com.google.cloud.videointelligence.v1 with parameters of type SpeechTranscription Modifier and Type Method 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.Method parameters in com.google.cloud.videointelligence.v1 with type arguments of type SpeechTranscription Modifier and Type Method Description VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllSpeechTranscriptions(Iterable<? extends SpeechTranscription> values)
Speech transcription.
-