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