Uses of Class
com.google.cloud.videointelligence.v1p1beta1.SpeechContext
-
Packages that use SpeechContext Package Description com.google.cloud.videointelligence.v1p1beta1 A client to Cloud Video Intelligence API -
-
Uses of SpeechContext in com.google.cloud.videointelligence.v1p1beta1
Methods in com.google.cloud.videointelligence.v1p1beta1 that return SpeechContext Modifier and Type Method Description SpeechContextSpeechContext.Builder. build()SpeechContextSpeechContext.Builder. buildPartial()static SpeechContextSpeechContext. getDefaultInstance()SpeechContextSpeechContext.Builder. getDefaultInstanceForType()SpeechContextSpeechContext. getDefaultInstanceForType()SpeechContextSpeechTranscriptionConfig.Builder. getSpeechContexts(int index)Optional.SpeechContextSpeechTranscriptionConfig. getSpeechContexts(int index)Optional.SpeechContextSpeechTranscriptionConfigOrBuilder. getSpeechContexts(int index)Optional.static SpeechContextSpeechContext. parseDelimitedFrom(InputStream input)static SpeechContextSpeechContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechContextSpeechContext. parseFrom(byte[] data)static SpeechContextSpeechContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechContextSpeechContext. parseFrom(com.google.protobuf.ByteString data)static SpeechContextSpeechContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechContextSpeechContext. parseFrom(com.google.protobuf.CodedInputStream input)static SpeechContextSpeechContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechContextSpeechContext. parseFrom(InputStream input)static SpeechContextSpeechContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechContextSpeechContext. parseFrom(ByteBuffer data)static SpeechContextSpeechContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1p1beta1 that return types with arguments of type SpeechContext Modifier and Type Method Description com.google.protobuf.Parser<SpeechContext>SpeechContext. getParserForType()List<SpeechContext>SpeechTranscriptionConfig.Builder. getSpeechContextsList()Optional.List<SpeechContext>SpeechTranscriptionConfig. getSpeechContextsList()Optional.List<SpeechContext>SpeechTranscriptionConfigOrBuilder. getSpeechContextsList()Optional.static com.google.protobuf.Parser<SpeechContext>SpeechContext. parser()Methods in com.google.cloud.videointelligence.v1p1beta1 with parameters of type SpeechContext Modifier and Type Method Description SpeechTranscriptionConfig.BuilderSpeechTranscriptionConfig.Builder. addSpeechContexts(int index, SpeechContext value)Optional.SpeechTranscriptionConfig.BuilderSpeechTranscriptionConfig.Builder. addSpeechContexts(SpeechContext value)Optional.SpeechContext.BuilderSpeechContext.Builder. mergeFrom(SpeechContext other)static SpeechContext.BuilderSpeechContext. newBuilder(SpeechContext prototype)SpeechTranscriptionConfig.BuilderSpeechTranscriptionConfig.Builder. setSpeechContexts(int index, SpeechContext value)Optional.Method parameters in com.google.cloud.videointelligence.v1p1beta1 with type arguments of type SpeechContext Modifier and Type Method Description SpeechTranscriptionConfig.BuilderSpeechTranscriptionConfig.Builder. addAllSpeechContexts(Iterable<? extends SpeechContext> values)Optional.
-