| /external/rust/crates/nom/doc/ |
| D | nom_recipes.md | 119 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 …]
|
| /external/google-cloud-java/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/v2/ |
| D | gapic_metadata.json | 61 "Recognize": { object 62 … "methods": ["recognize", "recognize", "recognize", "recognize", "recognize", "recognizeCallable"]
|
| /external/rust/crates/winnow/src/_topic/ |
| D | language.rs | 119 //! .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 …]
|
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | ExtensionRangeOptions.php | 19 * The parser stores options it doesn't recognize here. See above. 32 * The parser stores options it doesn't recognize here. See above. 41 * The parser stores options it doesn't recognize here. See above. 52 * The parser stores options it doesn't recognize here. See above.
|
| D | OneofOptions.php | 19 * The parser stores options it doesn't recognize here. See above. 32 * The parser stores options it doesn't recognize here. See above. 41 * The parser stores options it doesn't recognize here. See above. 52 * The parser stores options it doesn't recognize here. See above.
|
| D | ServiceOptions.php | 28 * The parser stores options it doesn't recognize here. See above. 46 * The parser stores options it doesn't recognize here. See above. 97 * The parser stores options it doesn't recognize here. See above. 108 * The parser stores options it doesn't recognize here. See above.
|
| D | EnumValueOptions.php | 28 * The parser stores options it doesn't recognize here. See above. 46 * The parser stores options it doesn't recognize here. See above. 97 * The parser stores options it doesn't recognize here. See above. 108 * The parser stores options it doesn't recognize here. See above.
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | OneofOptions.php | 19 * The parser stores options it doesn't recognize here. See above. 32 * The parser stores options it doesn't recognize here. See above. 41 * The parser stores options it doesn't recognize here. See above. 52 * The parser stores options it doesn't recognize here. See above.
|
| D | ExtensionRangeOptions.php | 19 * The parser stores options it doesn't recognize here. See above. 32 * The parser stores options it doesn't recognize here. See above. 41 * The parser stores options it doesn't recognize here. See above. 52 * The parser stores options it doesn't recognize here. See above.
|
| D | ServiceOptions.php | 28 * The parser stores options it doesn't recognize here. See above. 46 * The parser stores options it doesn't recognize here. See above. 97 * The parser stores options it doesn't recognize here. See above. 108 * The parser stores options it doesn't recognize here. See above.
|
| D | EnumValueOptions.php | 28 * The parser stores options it doesn't recognize here. See above. 46 * The parser stores options it doesn't recognize here. See above. 97 * The parser stores options it doesn't recognize here. See above. 108 * The parser stores options it doesn't recognize here. See above.
|
| /external/google-cloud-java/java-speech/grpc-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/ |
| D | SpeechGrpc.java | 43 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 …]
|
| /external/google-cloud-java/java-speech/grpc-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ |
| D | SpeechGrpc.java | 44 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 …]
|
| /external/tensorflow/tensorflow/lite/g3doc/examples/image_classification/ |
| D | overview.md | 6 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#…
|
| /external/apache-xml/test/java/src/org/apache/qetest/ |
| D | Configurable.java | 42 * if an attribute that it does not recognize is passed in. 54 * implementation doesn't recognize the attribute and wants to 67 * all attributes it does not recognize. It should never 86 * implementation doesn't recognize the attribute and wants to
|
| /external/sdv/vsomeip/third_party/boost/algorithm/string/doc/ |
| D | quickref.xml | 665 <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 …]
|
| /external/google-cloud-java/java-speech/proto-google-cloud-speech-v1beta1/src/main/java/com/google/cloud/speech/v1beta1/ |
| D | SpeechContextOrBuilder.java | 31 * the speech recognition is more likely to recognize them. This can be used 46 * the speech recognition is more likely to recognize them. This can be used 61 * the speech recognition is more likely to recognize them. This can be used 76 * the speech recognition is more likely to recognize them. This can be used
|
| D | SpeechContext.java | 122 * 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 …]
|
| /external/sdv/vsomeip/third_party/boost/bind/doc/bind/ |
| D | faq.qbk | 32 must be something that `bind` can recognize. 34 The second form instructs `bind` to not attempt to recognize the type of `f`. 37 the current implementation does not automatically recognize variable-argument 87 [section Why doesn't bind automatically recognize nonstandard functions?]
|
| /external/google-cloud-java/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/ |
| D | gapic_metadata.json | 16 "Recognize": { object 17 "methods": ["recognize", "recognize", "recognizeCallable"]
|
| /external/google-cloud-java/java-speech/google-cloud-speech/src/main/java/com/google/cloud/speech/v1/ |
| D | gapic_metadata.json | 16 "Recognize": { object 17 "methods": ["recognize", "recognize", "recognizeCallable"]
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/ |
| D | SpeechContextOrBuilder.java | 31 * the speech recognition is more likely to recognize them. This can be used 48 * the speech recognition is more likely to recognize them. This can be used 65 * the speech recognition is more likely to recognize them. This can be used 83 * the speech recognition is more likely to recognize them. This can be used
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/ |
| D | SpeechContextOrBuilder.java | 31 * the speech recognition is more likely to recognize them. This can be used 48 * the speech recognition is more likely to recognize them. This can be used 65 * the speech recognition is more likely to recognize them. This can be used 83 * the speech recognition is more likely to recognize them. This can be used
|
| /external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/ |
| D | SpeechContextOrBuilder.java | 31 * the speech recognition is more likely to recognize them. This can be used 48 * the speech recognition is more likely to recognize them. This can be used 65 * the speech recognition is more likely to recognize them. This can be used 83 * the speech recognition is more likely to recognize them. This can be used
|
| /external/google-cloud-java/java-speech/ |
| D | .readme-partials.yaml | 3 …The following code sample shows how to recognize speech using an audio file from a Cloud Storage b… 28 RecognizeResponse response = speechClient.recognize(config, audio); 34 …example, which shows how you can use Google Speech API to automatically recognize speech based on …
|