Home
last modified time | relevance | path

Searched full:recognition (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/external/google-cloud-java/java-speech/proto-google-cloud-speech-v2/src/main/java/com/google/cloud/speech/v2/
DStreamingRecognitionConfigOrBuilder.java31 * Recognition. This field in combination with the
50 * Recognition. This field in combination with the
69 * Recognition. This field in combination with the
90 * of the recognizer during this recognition request. If no mask is provided,
93 * the values in the Recognizer for this recognition request. If a mask is
95 * Recognizer for this recognition request. If a wildcard (`*`) is provided,
98 * recognition request.
114 * of the recognizer during this recognition request. If no mask is provided,
117 * the values in the Recognizer for this recognition request. If a mask is
119 * Recognizer for this recognition request. If a wildcard (`*`) is provided,
[all …]
DStreamingRecognitionConfig.java75 * Recognition. This field in combination with the
97 * Recognition. This field in combination with the
121 * Recognition. This field in combination with the
149 * of the recognizer during this recognition request. If no mask is provided,
152 * the values in the Recognizer for this recognition request. If a mask is
154 * Recognizer for this recognition request. If a wildcard (`*`) is provided,
157 * recognition request.
176 * of the recognizer during this recognition request. If no mask is provided,
179 * the values in the Recognizer for this recognition request. If a mask is
181 * Recognizer for this recognition request. If a wildcard (`*`) is provided,
[all …]
DBatchRecognizeFileMetadataOrBuilder.java67 * Features and audio metadata to use for the Automatic Speech Recognition.
86 * Features and audio metadata to use for the Automatic Speech Recognition.
105 * Features and audio metadata to use for the Automatic Speech Recognition.
127 * of the recognizer during this recognition request. If no mask is provided,
130 * the values in the recognizer for this recognition request. If a mask is
132 * recognizer for this recognition request. If a wildcard (`*`) is provided,
135 * recognition request.
151 * of the recognizer during this recognition request. If no mask is provided,
154 * the values in the recognizer for this recognition request. If a mask is
156 * recognizer for this recognition request. If a wildcard (`*`) is provided,
[all …]
DRecognizeRequestOrBuilder.java30 * Required. The name of the Recognizer to use during recognition. The
46 * Required. The name of the Recognizer to use during recognition. The
63 * Features and audio metadata to use for the Automatic Speech Recognition.
80 * Features and audio metadata to use for the Automatic Speech Recognition.
97 * Features and audio metadata to use for the Automatic Speech Recognition.
117 * of the recognizer during this recognition request. If no mask is provided,
120 * values in the recognizer for this recognition request. If a mask is
122 * recognizer for this recognition request. If a wildcard (`*`) is provided,
124 * overrides and replaces the config in the recognizer for this recognition
141 * of the recognizer during this recognition request. If no mask is provided,
[all …]
DBatchRecognizeFileMetadata.java188 * Features and audio metadata to use for the Automatic Speech Recognition.
210 * Features and audio metadata to use for the Automatic Speech Recognition.
234 * Features and audio metadata to use for the Automatic Speech Recognition.
263 * of the recognizer during this recognition request. If no mask is provided,
266 * the values in the recognizer for this recognition request. If a mask is
268 * recognizer for this recognition request. If a wildcard (`*`) is provided,
271 * recognition request.
290 * of the recognizer during this recognition request. If no mask is provided,
293 * the values in the recognizer for this recognition request. If a mask is
295 * recognizer for this recognition request. If a wildcard (`*`) is provided,
[all …]
DBatchRecognizeRequestOrBuilder.java59 * Features and audio metadata to use for the Automatic Speech Recognition.
76 * Features and audio metadata to use for the Automatic Speech Recognition.
93 * Features and audio metadata to use for the Automatic Speech Recognition.
113 * of the recognizer during this recognition request. If no mask is provided,
116 * values in the recognizer for this recognition request. If a mask is
118 * recognizer for this recognition request. If a wildcard (`*`) is provided,
120 * overrides and replaces the config in the recognizer for this recognition
137 * of the recognizer during this recognition request. If no mask is provided,
140 * values in the recognizer for this recognition request. If a mask is
142 * recognizer for this recognition request. If a wildcard (`*`) is provided,
[all …]
DRecognizeRequest.java129 * Required. The name of the Recognizer to use during recognition. The
156 * Required. The name of the Recognizer to use during recognition. The
186 * Features and audio metadata to use for the Automatic Speech Recognition.
206 * Features and audio metadata to use for the Automatic Speech Recognition.
228 * Features and audio metadata to use for the Automatic Speech Recognition.
255 * of the recognizer during this recognition request. If no mask is provided,
258 * values in the recognizer for this recognition request. If a mask is
260 * recognizer for this recognition request. If a wildcard (`*`) is provided,
262 * overrides and replaces the config in the recognizer for this recognition
282 * of the recognizer during this recognition request. If no mask is provided,
[all …]
DBatchRecognizeRequest.java277 * Features and audio metadata to use for the Automatic Speech Recognition.
297 * Features and audio metadata to use for the Automatic Speech Recognition.
319 * Features and audio metadata to use for the Automatic Speech Recognition.
346 * of the recognizer during this recognition request. If no mask is provided,
349 * values in the recognizer for this recognition request. If a mask is
351 * recognizer for this recognition request. If a wildcard (`*`) is provided,
353 * overrides and replaces the config in the recognizer for this recognition
373 * of the recognizer during this recognition request. If no mask is provided,
376 * values in the recognizer for this recognition request. If a mask is
378 * recognizer for this recognition request. If a wildcard (`*`) is provided,
[all …]
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DMultiBoxTracker.java34 import org.tensorflow.demo.Classifier.Recognition;
142 for (final TrackedRecognition recognition : trackedObjects) { in drawDebug()
143 final ObjectTracker.TrackedObject trackedObject = recognition.trackedObject; in drawDebug()
158 final List<Recognition> results, final byte[] frame, final long timestamp) { in trackResults()
176 for (final TrackedRecognition recognition : trackedObjects) { in draw()
179 ? recognition.trackedObject.getTrackedPositionInPreviewFrame() in draw()
180 : new RectF(recognition.location); in draw()
183 boxPaint.setColor(recognition.color); in draw()
189 !TextUtils.isEmpty(recognition.title) in draw()
190 ? String.format("%s %.2f", recognition.title, recognition.detectionConfidence) in draw()
[all …]
/external/tensorflow/tensorflow/lite/g3doc/examples/optical_character_recognition/
Doverview.md1 # Optical character recognition (OCR)
3 Optical character recognition (OCR) is the process of recognizing characters
9 [text recognition model](https://tfhub.dev/tulasiram58827/lite-model/keras-ocr/float16/2)
30 processed bounding boxes into a text recognition model to determine specific
32 Suppression, perspective transformation and etc. beforing text recognition). In
62 <a href="https://tfhub.dev/tulasiram58827/lite-model/keras-ocr/float16/2">Text Recognition</a>
80 The text recognition model accepts a 4-D `float32` Tensor of (1, 31, 200, 1) as
89 The text recognition model returns a 2-D `float32` Tensor of shape (1, 48) as
95 [text recognition model](https://tfhub.dev/tulasiram58827/lite-model/keras-ocr/float16/2)
105 [Google ML Kit](https://developers.google.com/ml-kit/vision/text-recognition).
[all …]
/external/python/google-api-python-client/docs/dyn/
Dspeech_v1p1beta1.speech.html82recognition: receive results via the google.longrunning.Operations interface. Returns either an `O…
85 <p class="firstline">Performs synchronous speech recognition: receive results after all audio has b…
94recognition: receive results via the google.longrunning.Operations interface. Returns either an `O…
106 …ion. # Speech adaptation configuration improves the accuracy of speech recognition. For more infor…
123recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
126 …rases containing words and phrase &quot;hints&quot; so that the speech recognition is more likely …
127recognition as well. Negative boost will simply be ignored. Though `boost` can accept a wide range…
134 …re listed, recognition result will contain recognition in the most likely language detected includ…
137recognition. Valid values for LINEAR16 and FLAC are `1`-`8`. Valid values for OGG_OPUS are &#x27;1…
139 …eaker detection for each recognized word in the top alternative of the recognition result using a …
[all …]
Dspeech_v1.speech.html82recognition: receive results via the google.longrunning.Operations interface. Returns either an `O…
85 <p class="firstline">Performs synchronous speech recognition: receive results after all audio has b…
94recognition: receive results via the google.longrunning.Operations interface. Returns either an `O…
106 …ion. # Speech adaptation configuration improves the accuracy of speech recognition. For more infor…
123recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
126 …rases containing words and phrase &quot;hints&quot; so that the speech recognition is more likely …
127recognition as well. Negative boost will simply be ignored. Though `boost` can accept a wide range…
134 …re listed, recognition result will contain recognition in the most likely language detected includ…
137recognition. Valid values for LINEAR16 and FLAC are `1`-`8`. Valid values for OGG_OPUS are &#x27;1…
139 …eaker detection for each recognized word in the top alternative of the recognition result using a …
[all …]
Dspeech_v1.projects.locations.phraseSets.html82 … or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you …
106 … or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you …
115recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
118 …{ # A phrases containing words and phrase &quot;hints&quot; so that the speech recognition is more…
119recognition as well. Negative boost will simply be ignored. Though `boost` can accept a wide range…
136recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
139 …{ # A phrases containing words and phrase &quot;hints&quot; so that the speech recognition is more…
140recognition as well. Negative boost will simply be ignored. Though `boost` can accept a wide range…
180recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
183 …{ # A phrases containing words and phrase &quot;hints&quot; so that the speech recognition is more…
[all …]
Dspeech_v1p1beta1.projects.locations.phraseSets.html82 … or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you …
106 … or a multi-word phrase. The items in the PhraseSet are favored by the recognition model when you …
115recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
118 …{ # A phrases containing words and phrase &quot;hints&quot; so that the speech recognition is more…
119recognition as well. Negative boost will simply be ignored. Though `boost` can accept a wide range…
136recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
139 …{ # A phrases containing words and phrase &quot;hints&quot; so that the speech recognition is more…
140recognition as well. Negative boost will simply be ignored. Though `boost` can accept a wide range…
180recognition as well. Negative boost values would correspond to anti-biasing. Anti-biasing is not e…
183 …{ # A phrases containing words and phrase &quot;hints&quot; so that the speech recognition is more…
[all …]
/external/armnn/samples/SpeechRecognition/
DReadme.md1 # Speech Recognition Example
4 This is a sample code showing automatic speech recognition using Arm NN public C++ API. The compile…
20 Speech Recognition example build system does not trigger Arm NN compilation. Thus, before building …
42 …set to `1` to build tests. Additionally to the main application, `speech-recognition-example-tests`
68 * `speech-recognition-example` - application executable
78 * --audio-file-path: Path to the audio file to run speech recognition on **[REQUIRED]**
79 * --model-file-path: Path to the Speech Recognition model to use **[REQUIRED]**
85 ### Speech Recognition on a supplied audio file
87 To run speech recognition on a supplied audio file and output the result to console:
89 ./speech-recognition-example --audio-file-path /path/to/audio/file --model-file-path /path/to/model…
[all …]
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DClassifier.java23 * Generic interface for interacting with different recognition engines.
29 public class Recognition { class
37 * Display name for the recognition.
42 * A sortable score for how good the recognition is relative to others. Higher should be better.
49 public Recognition( in Recognition() method in Classifier.Recognition
100 List<Recognition> recognizeImage(Bitmap bitmap); in recognizeImage()
DTensorFlowImageClassifier.java127 public List<Recognition> recognizeImage(final Bitmap bitmap) { in recognizeImage()
159 PriorityQueue<Recognition> pq = in recognizeImage()
160 new PriorityQueue<Recognition>( in recognizeImage()
162 new Comparator<Recognition>() { in recognizeImage()
164 public int compare(Recognition lhs, Recognition rhs) { in recognizeImage()
172 new Recognition( in recognizeImage()
176 final ArrayList<Recognition> recognitions = new ArrayList<Recognition>(); in recognizeImage()
/external/googleapis/google/cloud/speech/v2/
Dcloud_speech.proto123 // Performs synchronous Speech recognition: receive results after all audio
135 // Performs bidirectional streaming speech recognition: receive results while
140 // Performs batch asynchronous speech recognition: send a request with N
557 // A Recognizer message. Stores recognition configuration and metadata.
595 // Which model to use for recognition requests. Select the model best suited
617 // If additional languages are provided, recognition result will contain
618 // recognition in the most likely language detected. The recognition result
729 // Required. Encoding of the audio data sent for recognition.
732 // Sample rate in Hertz of the audio data sent for recognition. Valid
745 // Number of channels present in the audio data sent for recognition.
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v2/src/main/proto/google/cloud/speech/v2/
Dcloud_speech.proto123 // Performs synchronous Speech recognition: receive results after all audio
135 // Performs bidirectional streaming speech recognition: receive results while
140 // Performs batch asynchronous speech recognition: send a request with N
557 // A Recognizer message. Stores recognition configuration and metadata.
588 // Required. Which model to use for recognition requests. Select the model
605 // If additional languages are provided, recognition result will contain
606 // recognition in the most likely language detected. The recognition result
714 // Required. Encoding of the audio data sent for recognition.
717 // Sample rate in Hertz of the audio data sent for recognition. Valid
730 // Number of channels present in the audio data sent for recognition.
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/
Dcloud_speech.proto42 // Performs synchronous speech recognition: receive results after all audio
52 // Performs asynchronous speech recognition: receive results via the
56 // For more information on asynchronous speech recognition, see the
71 // Performs bidirectional streaming speech recognition: receive results while
97 // Optional. Specifies an optional destination for the recognition results.
102 // Specifies an optional destination for the recognition results.
105 // Specifies a Cloud Storage URI for the recognition results. Must be
154 // recognition (continuing to wait for and process audio even if the user
161 // `END_OF_SINGLE_UTTERANCE` event and cease recognition. It will return no
203 // recognition can be reduced if lossy codecs are used to capture or transmit
[all …]
/external/googleapis/google/cloud/speech/v1p1beta1/
Dcloud_speech.proto42 // Performs synchronous speech recognition: receive results after all audio
52 // Performs asynchronous speech recognition: receive results via the
56 // For more information on asynchronous speech recognition, see the
71 // Performs bidirectional streaming speech recognition: receive results while
97 // Optional. Specifies an optional destination for the recognition results.
102 // Specifies an optional destination for the recognition results.
105 // Specifies a Cloud Storage URI for the recognition results. Must be
154 // recognition (continuing to wait for and process audio even if the user
161 // `END_OF_SINGLE_UTTERANCE` event and cease recognition. It will return no
203 // recognition can be reduced if lossy codecs are used to capture or transmit
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1beta1/src/main/java/com/google/cloud/speech/v1beta1/
DSpeechRecognitionResult.java25 * A speech recognition result corresponding to a portion of the audio.
125 * *Output-only* May contain one or more recognition hypotheses (up to the
140 * *Output-only* May contain one or more recognition hypotheses (up to the
156 * *Output-only* May contain one or more recognition hypotheses (up to the
170 * *Output-only* May contain one or more recognition hypotheses (up to the
184 * *Output-only* May contain one or more recognition hypotheses (up to the
358 * A speech recognition result corresponding to a portion of the audio.
560 * *Output-only* May contain one or more recognition hypotheses (up to the
579 * *Output-only* May contain one or more recognition hypotheses (up to the
597 * *Output-only* May contain one or more recognition hypotheses (up to the
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/
Dcloud_speech.proto42 // Performs synchronous speech recognition: receive results after all audio
52 // Performs asynchronous speech recognition: receive results via the
56 // For more information on asynchronous speech recognition, see the
71 // Performs bidirectional streaming speech recognition: receive results while
97 // Optional. Specifies an optional destination for the recognition results.
102 // Specifies an optional destination for the recognition results.
105 // Specifies a Cloud Storage URI for the recognition results. Must be
154 // recognition (continuing to wait for and process audio even if the user
161 // `END_OF_SINGLE_UTTERANCE` event and cease recognition. It will return no
203 // recognition can be reduced if lossy codecs are used to capture or transmit
[all …]
/external/googleapis/google/cloud/speech/v1/
Dcloud_speech.proto42 // Performs synchronous speech recognition: receive results after all audio
52 // Performs asynchronous speech recognition: receive results via the
56 // For more information on asynchronous speech recognition, see the
71 // Performs bidirectional streaming speech recognition: receive results while
97 // Optional. Specifies an optional destination for the recognition results.
102 // Specifies an optional destination for the recognition results.
105 // Specifies a Cloud Storage URI for the recognition results. Must be
154 // recognition (continuing to wait for and process audio even if the user
161 // `END_OF_SINGLE_UTTERANCE` event and cease recognition. It will return no
203 // recognition can be reduced if lossy codecs are used to capture or transmit
[all …]
/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/bluetooth/profiles/
DBluetoothHeadsetSnippet.java108 * Starts voice recognition for the Bluetooth device with the specified name.
111 * @return True if voice recognition is successfully started; false otherwise.
115 @Rpc(description = "Starts voice recognition.")
128 * Stops voice recognition for the Bluetooth device with the specified name.
131 * @return True if voice recognition is successfully started; false otherwise.
135 @Rpc(description = "Stops voice recognition.")
146 @Rpc(description = "Checks whether the headset supports voice recognition;")

12345678910>>...32