Home
last modified time | relevance | path

Searched full:recognize (Results 1 – 25 of 3882) sorted by relevance

12345678910>>...156

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/doc/
H A Dnom_recipes.md119 combinator::recognize,
126 recognize(
136 recognize `h`. The `pair` combinator ensures that `ello_world123abc` will be piped to the next
138 returns a tuple of the results of its sub-parsers. The `recognize` parser produces a `&str` of the
170 combinator::recognize,
179 recognize(
195 combinator::{map_res, recognize},
205 recognize(
223 combinator::recognize,
232 recognize(
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/nom/doc/
Dnom_recipes.md119 combinator::recognize,
126 recognize(
136 recognize `h`. The `pair` combinator ensures that `ello_world123abc` will be piped to the next
138 returns a tuple of the results of its sub-parsers. The `recognize` parser produces a `&str` of the
170 combinator::recognize,
179 recognize(
195 combinator::{map_res, recognize},
205 recognize(
223 combinator::recognize,
232 recognize(
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/_topic/
Dlanguage.rs119 //! .recognize()
125 //! would uses [`one_of`][crate::token::one_of] which would recognize `h`. The tuple ensures that
128 //! of its sub-parsers. The [`recognize`][crate::Parser::recognize] parser produces a `&str` of the
170 //! ).map(|()| ()).recognize()
192 //! ).map(|()| ()).recognize()
218 //! ).map(|()| ()).recognize()
240 //! ).map(|()| ()).recognize()
259 //! .recognize()
291 //! ).recognize()
302 //! ).recognize()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/string/doc/
Dquickref.xml665 <entry>Recognize spaces</entry>
672 <entry>Recognize alphanumeric characters</entry>
679 <entry>Recognize letters</entry>
686 <entry>Recognize control characters</entry>
693 <entry>Recognize decimal digits</entry>
700 <entry>Recognize graphical characters</entry>
707 <entry>Recognize lower case characters</entry>
714 <entry>Recognize printable characters</entry>
721 <entry>Recognize punctuation characters</entry>
728 <entry>Recognize uppercase characters</entry>
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/grpc-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/
H A DSpeechGrpc.java43 fullMethodName = SERVICE_NAME + '/' + "Recognize",
64 .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Recognize")) in getRecognizeMethod()
72 .setSchemaDescriptor(new SpeechMethodDescriptorSupplier("Recognize")) in getRecognizeMethod()
228 default void recognize( in recognize() method
244 * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
311 public void recognize( in recognize() method in SpeechGrpc.SpeechStub
328 * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
383 public com.google.cloud.speech.v1.RecognizeResponse recognize( in recognize() method in SpeechGrpc.SpeechBlockingStub
398 * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
436 recognize(com.google.cloud.speech.v1.RecognizeRequest request) { in recognize() method in SpeechGrpc.SpeechFutureStub
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/grpc-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/
H A DSpeechGrpc.java44 fullMethodName = SERVICE_NAME + '/' + "Recognize",
66 .setFullMethodName(generateFullMethodName(SERVICE_NAME, "Recognize")) in getRecognizeMethod()
76 .setSchemaDescriptor(new SpeechMethodDescriptorSupplier("Recognize")) in getRecognizeMethod()
234 default void recognize( in recognize() method
250 * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
318 public void recognize( in recognize() method in SpeechGrpc.SpeechStub
335 * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
391 public com.google.cloud.speech.v1p1beta1.RecognizeResponse recognize( in recognize() method in SpeechGrpc.SpeechBlockingStub
406 * [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
444 recognize(com.google.cloud.speech.v1p1beta1.RecognizeRequest request) { in recognize() method in SpeechGrpc.SpeechFutureStub
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1beta1/src/main/java/com/google/cloud/speech/v1beta1/
H A DSpeechContext.java122 * the speech recognition is more likely to recognize them. This can be used
139 * the speech recognition is more likely to recognize them. This can be used
156 * the speech recognition is more likely to recognize them. This can be used
173 * the speech recognition is more likely to recognize them. This can be used
518 * the speech recognition is more likely to recognize them. This can be used
535 * the speech recognition is more likely to recognize them. This can be used
552 * the speech recognition is more likely to recognize them. This can be used
569 * the speech recognition is more likely to recognize them. This can be used
586 * the speech recognition is more likely to recognize them. This can be used
609 * the speech recognition is more likely to recognize them. This can be used
[all …]
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/
H A DSpeechContext.java80 * the speech recognition is more likely to recognize them. This can be used
99 * the speech recognition is more likely to recognize them. This can be used
118 * the speech recognition is more likely to recognize them. This can be used
138 * the speech recognition is more likely to recognize them. This can be used
532 * the speech recognition is more likely to recognize them. This can be used
551 * the speech recognition is more likely to recognize them. This can be used
570 * the speech recognition is more likely to recognize them. This can be used
590 * the speech recognition is more likely to recognize them. This can be used
610 * the speech recognition is more likely to recognize them. This can be used
637 * the speech recognition is more likely to recognize them. This can be used
[all …]
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/
H A DSpeechContext.java80 * the speech recognition is more likely to recognize them. This can be used
99 * the speech recognition is more likely to recognize them. This can be used
118 * the speech recognition is more likely to recognize them. This can be used
138 * the speech recognition is more likely to recognize them. This can be used
533 * the speech recognition is more likely to recognize them. This can be used
552 * the speech recognition is more likely to recognize them. This can be used
571 * the speech recognition is more likely to recognize them. This can be used
591 * the speech recognition is more likely to recognize them. This can be used
611 * the speech recognition is more likely to recognize them. This can be used
638 * the speech recognition is more likely to recognize them. This can be used
[all …]
/aosp_15_r20/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/
H A DSpeechContext.java80 * the speech recognition is more likely to recognize them. This can be used
99 * the speech recognition is more likely to recognize them. This can be used
118 * the speech recognition is more likely to recognize them. This can be used
138 * the speech recognition is more likely to recognize them. This can be used
533 * the speech recognition is more likely to recognize them. This can be used
552 * the speech recognition is more likely to recognize them. This can be used
571 * the speech recognition is more likely to recognize them. This can be used
591 * the speech recognition is more likely to recognize them. This can be used
611 * the speech recognition is more likely to recognize them. This can be used
638 * the speech recognition is more likely to recognize them. This can be used
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/v2/
H A Dgapic_metadata.json61 "Recognize": { object
62 … "methods": ["recognize", "recognize", "recognize", "recognize", "recognize", "recognizeCallable"]
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/image_classification/
H A Doverview.md6 classification_. An image classification model is trained to recognize various
7 classes of images. For example, you may train a model to recognize photos
61 that the model will learn to recognize.
168 represent. They are trained to recognize 1000 image classes. For a full list of
173 If you want to train a model to recognize new classes, see
189 The pre-trained models provided are trained to recognize 1000 classes of images.
195 recognize classes not in the original set. For example, you could re-train the
203 …//codelabs.developers.google.com/codelabs/recognize-flowers-with-tensorflow-on-android/index.html#…
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
H A DSpeechContext.java80 * recognizer should recognize with higher likelihood.
103 * recognizer should recognize with higher likelihood.
126 * recognizer should recognize with higher likelihood.
150 * recognizer should recognize with higher likelihood.
593 * recognizer should recognize with higher likelihood.
616 * recognizer should recognize with higher likelihood.
639 * recognizer should recognize with higher likelihood.
663 * recognizer should recognize with higher likelihood.
687 * recognizer should recognize with higher likelihood.
718 * recognizer should recognize with higher likelihood.
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
H A DSpeechContext.java80 * recognizer should recognize with higher likelihood.
103 * recognizer should recognize with higher likelihood.
126 * recognizer should recognize with higher likelihood.
150 * recognizer should recognize with higher likelihood.
595 * recognizer should recognize with higher likelihood.
618 * recognizer should recognize with higher likelihood.
641 * recognizer should recognize with higher likelihood.
665 * recognizer should recognize with higher likelihood.
689 * recognizer should recognize with higher likelihood.
720 * recognizer should recognize with higher likelihood.
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/v1/
H A DSpeechClient.java49 * RecognizeResponse response = speechClient.recognize(config, audio);
210 * RecognizeResponse response = speechClient.recognize(config, audio);
219 public final RecognizeResponse recognize(RecognitionConfig config, RecognitionAudio audio) { in recognize() method in SpeechClient
222 return recognize(request); in recognize()
244 * RecognizeResponse response = speechClient.recognize(request);
251 public final RecognizeResponse recognize(RecognizeRequest request) { in recognize() method in SpeechClient
289 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
324 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
358 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
393 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
/aosp_15_r20/external/google-cloud-java/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/
H A DSpeechClient.java49 * RecognizeResponse response = speechClient.recognize(config, audio);
211 * RecognizeResponse response = speechClient.recognize(config, audio);
220 public final RecognizeResponse recognize(RecognitionConfig config, RecognitionAudio audio) { in recognize() method in SpeechClient
223 return recognize(request); in recognize()
245 * RecognizeResponse response = speechClient.recognize(request);
252 public final RecognizeResponse recognize(RecognizeRequest request) { in recognize() method in SpeechClient
290 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
325 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
359 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
394 * recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/
Dtests.rs297 fn recognize() {
299 use crate::combinator::recognize;
303 recognize(delimited(tag("<!--"), take(5_usize), tag("-->")))(i)
311 recognize(alpha)(i)
317 recognize(digit)(i)
323 recognize(hex_digit)(i)
329 recognize(oct_digit)(i)
335 recognize(alphanumeric)(i)
341 recognize(space)(i)
347 recognize(multispace)(i)
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bytes/
H A Dtests.rs297 fn recognize() {
299 use crate::combinator::recognize;
303 recognize(delimited(tag("<!--"), take(5_usize), tag("-->")))(i)
311 recognize(alpha)(i)
317 recognize(digit)(i)
323 recognize(hex_digit)(i)
329 recognize(oct_digit)(i)
335 recognize(alphanumeric)(i)
341 recognize(space)(i)
347 recognize(multispace)(i)
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/
H A DSpeechContext.java80 * the speech recognition is more likely to recognize them. This can be used
104 * the speech recognition is more likely to recognize them. This can be used
128 * the speech recognition is more likely to recognize them. This can be used
153 * the speech recognition is more likely to recognize them. This can be used
600 * the speech recognition is more likely to recognize them. This can be used
624 * the speech recognition is more likely to recognize them. This can be used
648 * the speech recognition is more likely to recognize them. This can be used
673 * the speech recognition is more likely to recognize them. This can be used
698 * the speech recognition is more likely to recognize them. This can be used
730 * the speech recognition is more likely to recognize them. This can be used
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/
H A DSpeechContext.java80 * the speech recognition is more likely to recognize them. This can be used
104 * the speech recognition is more likely to recognize them. This can be used
128 * the speech recognition is more likely to recognize them. This can be used
153 * the speech recognition is more likely to recognize them. This can be used
597 * the speech recognition is more likely to recognize them. This can be used
621 * the speech recognition is more likely to recognize them. This can be used
645 * the speech recognition is more likely to recognize them. This can be used
670 * the speech recognition is more likely to recognize them. This can be used
695 * the speech recognition is more likely to recognize them. This can be used
727 * the speech recognition is more likely to recognize them. This can be used
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dspeech_v1.speech.html82 …ch recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).</p>
84 <code><a href="#recognize">recognize(body=None, x__xgafv=None)</a></code></p>
94 …speech recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
126 …rase &quot;hints&quot; so that the speech recognition is more likely to recognize them. This can b…
137 …y `1`. If `0` or omitted, defaults to one channel (mono). Note: We only recognize the first channe…
145 …which channel that result belongs to. If this is not true, we will only recognize the first channe…
169 …ases &quot;hints&quot; so that the speech recognition is more likely to recognize them. This can b…
211 <code class="details" id="recognize">recognize(body=None, x__xgafv=None)</code>
218 { # The top-level message sent by the client for the `Recognize` method.
244 …rase &quot;hints&quot; so that the speech recognition is more likely to recognize them. This can b…
[all …]
Dspeech_v1p1beta1.speech.html82 …ch recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).</p>
84 <code><a href="#recognize">recognize(body=None, x__xgafv=None)</a></code></p>
94 …speech recognition, see the [how-to](https://cloud.google.com/speech-to-text/docs/async-recognize).
126 …rase &quot;hints&quot; so that the speech recognition is more likely to recognize them. This can b…
137 …y `1`. If `0` or omitted, defaults to one channel (mono). Note: We only recognize the first channe…
146 …which channel that result belongs to. If this is not true, we will only recognize the first channe…
172 …ases &quot;hints&quot; so that the speech recognition is more likely to recognize them. This can b…
223 <code class="details" id="recognize">recognize(body=None, x__xgafv=None)</code>
230 { # The top-level message sent by the client for the `Recognize` method.
256 …rase &quot;hints&quot; so that the speech recognition is more likely to recognize them. This can b…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dnumbers.rs82 .recognize() in dec_int()
116 .recognize(), in hex_int()
149 .recognize(), in oct_int()
183 .recognize(), in bin_int()
218 .recognize() in float_()
236 .recognize() in frac()
264 .recognize() in zero_prefixable_int()
277 .recognize() in exp()
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dmain.rb152 recognize( in_stream )
159 recognize( in_stream )
162 recognize( in_stream )
168 def recognize( *args ) method in ANTLR3.Main.Main
218 recognize( stream )
324 def recognize( in_stream ) method in ANTLR3.Main.LexerMain
446 def recognize( in_stream ) method in ANTLR3.Main.ParserMain
562 def recognize( in_stream ) method in ANTLR3.Main.WalkerMain
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Drange.rs70 pub struct Recognize;
74 /// [`combinator::recognize`][] is a non-`RangeStream` alternative.
76 /// [`combinator::recognize`]: ../../parser/combinator/fn.recognize.html
79 /// # use combine::parser::range::recognize;
83 /// let mut parser = recognize(skip_many1(letter()));
88 pub fn recognize[Input, P](parser: P)(Input) -> <Input as StreamOnce>::Range
127 panic!("recognize errored when restoring the input stream to its expected state"); in parse_partial_range()
176 panic!("recognize errored when restoring the input stream to its expected state"); in parse_mode()

12345678910>>...156