SpeechClient class
- Annotations
-
- @GrpcServiceName('google.cloud.speech.v2.Speech')
Constructors
-
SpeechClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})
-
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ClientCall<Q, R>
-
inherited
-
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options})
→ ResponseStream<R>
-
inherited
-
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options})
→ ResponseFuture<R>
-
inherited
-
batchRecognize(BatchRecognizeRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
createCustomClass(CreateCustomClassRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
createPhraseSet(CreatePhraseSetRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
createRecognizer(CreateRecognizerRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
deleteCustomClass(DeleteCustomClassRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
deletePhraseSet(DeletePhraseSetRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
deleteRecognizer(DeleteRecognizerRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
getConfig(GetConfigRequest request, {CallOptions? options})
→ ResponseFuture<Config>
-
-
getCustomClass(GetCustomClassRequest request, {CallOptions? options})
→ ResponseFuture<CustomClass>
-
-
getPhraseSet(GetPhraseSetRequest request, {CallOptions? options})
→ ResponseFuture<PhraseSet>
-
-
getRecognizer(GetRecognizerRequest request, {CallOptions? options})
→ ResponseFuture<Recognizer>
-
-
listCustomClasses(ListCustomClassesRequest request, {CallOptions? options})
→ ResponseFuture<ListCustomClassesResponse>
-
-
listPhraseSets(ListPhraseSetsRequest request, {CallOptions? options})
→ ResponseFuture<ListPhraseSetsResponse>
-
-
listRecognizers(ListRecognizersRequest request, {CallOptions? options})
→ ResponseFuture<ListRecognizersResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
recognize(RecognizeRequest request, {CallOptions? options})
→ ResponseFuture<RecognizeResponse>
-
-
streamingRecognize(Stream<StreamingRecognizeRequest> request, {CallOptions? options})
→ ResponseStream<StreamingRecognizeResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeleteCustomClass(UndeleteCustomClassRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
undeletePhraseSet(UndeletePhraseSetRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
undeleteRecognizer(UndeleteRecognizerRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
updateConfig(UpdateConfigRequest request, {CallOptions? options})
→ ResponseFuture<Config>
-
-
updateCustomClass(UpdateCustomClassRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
updatePhraseSet(UpdatePhraseSetRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-
-
updateRecognizer(UpdateRecognizerRequest request, {CallOptions? options})
→ ResponseFuture<Operation>
-