|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no"> |
| 7 | + <meta name="description" content="API docs for the AITranscriberStore class from the ai_transcriber_store library, for the Dart programming language."> |
| 8 | + <title>AITranscriberStore class - ai_transcriber_store library - Dart API</title> |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + <link rel="preconnect" href="https://fonts.gstatic.com"> |
| 13 | + <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet"> |
| 14 | + <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" rel="stylesheet"> |
| 15 | + |
| 16 | + <link rel="stylesheet" href="../static-assets/github.css?v1"> |
| 17 | + <link rel="stylesheet" href="../static-assets/styles.css?v1"> |
| 18 | + <link rel="icon" href="../static-assets/favicon.png?v1"> |
| 19 | + |
| 20 | + <link rel="stylesheet" href="../static-assets/custom-styles.css?v1"> |
| 21 | +</head> |
| 22 | + |
| 23 | +<body data-base-href="../" data-using-base-href="false" class="light-theme"> |
| 24 | +<div id="overlay-under-drawer"></div> |
| 25 | +<header id="title"> |
| 26 | + <span id="sidenav-left-toggle" class="material-symbols-outlined" role="button" tabindex="0">menu</span> |
| 27 | + <ol class="breadcrumbs gt-separated dark hidden-xs"> |
| 28 | + <li><a href="../index.html">atomic_x_core</a></li> |
| 29 | + <li><a href="../api_ai_ai_transcriber_store/index.html">api/ai/ai_transcriber_store.dart</a></li> |
| 30 | + <li class="self-crumb">AITranscriberStore class</li> |
| 31 | + </ol> |
| 32 | + <div class="self-name">AITranscriberStore</div> |
| 33 | + <form class="search navbar-right" role="search"> |
| 34 | + <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> |
| 35 | + </form> |
| 36 | + <div class="toggle" id="theme-button" title="Toggle brightness"> |
| 37 | + <label for="theme"> |
| 38 | + <input type="checkbox" id="theme" value="light-theme"> |
| 39 | + <span id="dark-theme-button" class="material-symbols-outlined"> |
| 40 | + dark_mode |
| 41 | + </span> |
| 42 | + <span id="light-theme-button" class="material-symbols-outlined"> |
| 43 | + light_mode |
| 44 | + </span> |
| 45 | + </label> |
| 46 | + </div> |
| 47 | +</header> |
| 48 | +<main> |
| 49 | +<div |
| 50 | + id="dartdoc-main-content" |
| 51 | + class="main-content" |
| 52 | + data-above-sidebar="api_ai_ai_transcriber_store/api_ai_ai_transcriber_store-library-sidebar.html" |
| 53 | + data-below-sidebar="api_ai_ai_transcriber_store/AITranscriberStore-class-sidebar.html"> |
| 54 | + <div> |
| 55 | +<h1><span class="kind-class">AITranscriberStore</span> class |
| 56 | + <a href="https://dart.dev/language/class-modifiers#abstract" class="feature feature-abstract" title="This type can not be directly constructed.">abstract</a> |
| 57 | + |
| 58 | +</h1></div> |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + <section class="summary offset-anchor" id="constructors"> |
| 66 | + <h2>Constructors</h2> |
| 67 | + <dl class="constructor-summary-list"> |
| 68 | + <dt id="AITranscriberStore" class="callable"> |
| 69 | + <span class="name"><a href="../api_ai_ai_transcriber_store/AITranscriberStore/AITranscriberStore.html">AITranscriberStore</a></span><span class="signature">()</span> |
| 70 | + </dt> |
| 71 | + <dd> |
| 72 | + |
| 73 | + </dd> |
| 74 | + </dl> |
| 75 | + </section> |
| 76 | + |
| 77 | + <section |
| 78 | + class="summary offset-anchor" |
| 79 | + id="instance-properties"> |
| 80 | + <h2>Properties</h2> |
| 81 | + <dl class="properties"> |
| 82 | + <dt id="hashCode" class="property inherited"> |
| 83 | + <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></span> |
| 84 | + <span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/int-class.html">int</a></span> |
| 85 | + |
| 86 | + |
| 87 | +</dt> |
| 88 | +<dd class="inherited"> |
| 89 | + The hash code for this object. |
| 90 | + <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> |
| 91 | + |
| 92 | +</dd> |
| 93 | + |
| 94 | + <dt id="runtimeType" class="property inherited"> |
| 95 | + <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></span> |
| 96 | + <span class="signature">→ <a href="https://api.flutter.dev/flutter/dart-core/Type-class.html">Type</a></span> |
| 97 | + |
| 98 | + |
| 99 | +</dt> |
| 100 | +<dd class="inherited"> |
| 101 | + A representation of the runtime type of the object. |
| 102 | + <div class="features"><span class="feature">no setter</span><span class="feature">inherited</span></div> |
| 103 | + |
| 104 | +</dd> |
| 105 | + |
| 106 | + <dt id="transcriberState" class="property"> |
| 107 | + <span class="name"><a href="../api_ai_ai_transcriber_store/AITranscriberStore/transcriberState.html">transcriberState</a></span> |
| 108 | + <span class="signature">→ <a href="../api_ai_ai_transcriber_store/TranscriberState-class.html">TranscriberState</a></span> |
| 109 | + |
| 110 | + |
| 111 | +</dt> |
| 112 | +<dd> |
| 113 | + |
| 114 | + <div class="features"><span class="feature">no setter</span></div> |
| 115 | + |
| 116 | +</dd> |
| 117 | + |
| 118 | + </dl> |
| 119 | + </section> |
| 120 | + |
| 121 | + |
| 122 | + <section |
| 123 | + class="summary offset-anchor" |
| 124 | + id="instance-methods"> |
| 125 | + <h2>Methods</h2> |
| 126 | + <dl class="callables"> |
| 127 | + <dt id="noSuchMethod" class="callable inherited"> |
| 128 | + <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>) |
| 129 | + <span class="returntype parameter">→ dynamic</span> |
| 130 | + </span> |
| 131 | + |
| 132 | + |
| 133 | +</dt> |
| 134 | +<dd class="inherited"> |
| 135 | + Invoked when a nonexistent method or property is accessed. |
| 136 | + <div class="features"><span class="feature">inherited</span></div> |
| 137 | + |
| 138 | +</dd> |
| 139 | + |
| 140 | + <dt id="startRealtimeTranscriber" class="callable"> |
| 141 | + <span class="name"><a href="../api_ai_ai_transcriber_store/AITranscriberStore/startRealtimeTranscriber.html">startRealtimeTranscriber</a></span><span class="signature">(<wbr><span class="parameter" id="startRealtimeTranscriber-param-config"><span class="type-annotation"><a href="../api_ai_ai_transcriber_store/TranscriberConfig-class.html">TranscriberConfig</a></span> <span class="parameter-name">config</span></span>) |
| 142 | + <span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../api_define/CompletionHandler-class.html">CompletionHandler</a></span>></span></span> |
| 143 | + </span> |
| 144 | + |
| 145 | + |
| 146 | +</dt> |
| 147 | +<dd> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | +</dd> |
| 152 | + |
| 153 | + <dt id="stopRealtimeTranscriber" class="callable"> |
| 154 | + <span class="name"><a href="../api_ai_ai_transcriber_store/AITranscriberStore/stopRealtimeTranscriber.html">stopRealtimeTranscriber</a></span><span class="signature">(<wbr>) |
| 155 | + <span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../api_define/CompletionHandler-class.html">CompletionHandler</a></span>></span></span> |
| 156 | + </span> |
| 157 | + |
| 158 | + |
| 159 | +</dt> |
| 160 | +<dd> |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | +</dd> |
| 165 | + |
| 166 | + <dt id="toString" class="callable inherited"> |
| 167 | + <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></span><span class="signature">(<wbr>) |
| 168 | + <span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/String-class.html">String</a></span> |
| 169 | + </span> |
| 170 | + |
| 171 | + |
| 172 | +</dt> |
| 173 | +<dd class="inherited"> |
| 174 | + A string representation of this object. |
| 175 | + <div class="features"><span class="feature">inherited</span></div> |
| 176 | + |
| 177 | +</dd> |
| 178 | + |
| 179 | + <dt id="updateRealtimeTranscriber" class="callable"> |
| 180 | + <span class="name"><a href="../api_ai_ai_transcriber_store/AITranscriberStore/updateRealtimeTranscriber.html">updateRealtimeTranscriber</a></span><span class="signature">(<wbr><span class="parameter" id="updateRealtimeTranscriber-param-config"><span class="type-annotation"><a href="../api_ai_ai_transcriber_store/TranscriberConfig-class.html">TranscriberConfig</a></span> <span class="parameter-name">config</span></span>) |
| 181 | + <span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/Future-class.html">Future</a><span class="signature"><<wbr><span class="type-parameter"><a href="../api_define/CompletionHandler-class.html">CompletionHandler</a></span>></span></span> |
| 182 | + </span> |
| 183 | + |
| 184 | + |
| 185 | +</dt> |
| 186 | +<dd> |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | +</dd> |
| 191 | + |
| 192 | + </dl> |
| 193 | + </section> |
| 194 | + |
| 195 | + <section |
| 196 | + class="summary offset-anchor inherited" |
| 197 | + id="operators"> |
| 198 | + <h2>Operators</h2> |
| 199 | + <dl class="callables"> |
| 200 | + <dt id="operator ==" class="callable inherited"> |
| 201 | + <span class="name"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.flutter.dev/flutter/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>) |
| 202 | + <span class="returntype parameter">→ <a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span> |
| 203 | + </span> |
| 204 | + |
| 205 | + |
| 206 | +</dt> |
| 207 | +<dd class="inherited"> |
| 208 | + The equality operator. |
| 209 | + <div class="features"><span class="feature">inherited</span></div> |
| 210 | + |
| 211 | +</dd> |
| 212 | + |
| 213 | + </dl> |
| 214 | + </section> |
| 215 | + |
| 216 | + <section class="summary offset-anchor" id="static-properties"> |
| 217 | + <h2>Static Properties</h2> |
| 218 | + <dl class="properties"> |
| 219 | + <dt id="shared" class="property"> |
| 220 | + <span class="name"><a href="../api_ai_ai_transcriber_store/AITranscriberStore/shared.html">shared</a></span> |
| 221 | + <span class="signature">→ <a href="../api_ai_ai_transcriber_store/AITranscriberStore-class.html">AITranscriberStore</a></span> |
| 222 | + |
| 223 | + |
| 224 | +</dt> |
| 225 | +<dd> |
| 226 | + |
| 227 | + <div class="features"><span class="feature">no setter</span></div> |
| 228 | + |
| 229 | +</dd> |
| 230 | + |
| 231 | + </dl> |
| 232 | + </section> |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + </div> <!-- /.main-content --> |
| 237 | + <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left"> |
| 238 | + <!-- The search input and breadcrumbs below are only responsively visible at low resolutions. --> |
| 239 | +<header id="header-search-sidebar" class="hidden-l"> |
| 240 | + <form class="search-sidebar" role="search"> |
| 241 | + <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> |
| 242 | + </form> |
| 243 | +</header> |
| 244 | +<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> |
| 245 | + <li><a href="../index.html">atomic_x_core</a></li> |
| 246 | + <li><a href="../api_ai_ai_transcriber_store/index.html">ai_transcriber_store</a></li> |
| 247 | + <li class="self-crumb">AITranscriberStore class</li> |
| 248 | +</ol> |
| 249 | + |
| 250 | + <h5>ai_transcriber_store library</h5> |
| 251 | + <div id="dartdoc-sidebar-left-content"></div> |
| 252 | + </div> |
| 253 | + <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right"> |
| 254 | + </div><!--/.sidebar-offcanvas--> |
| 255 | +</main> |
| 256 | +<footer> |
| 257 | + <span class="no-break"> |
| 258 | + atomic_x_core |
| 259 | + 4.0.1 |
| 260 | + </span> |
| 261 | + |
| 262 | +</footer> |
| 263 | + |
| 264 | + |
| 265 | +<script src="../static-assets/highlight.pack.js?v1"></script> |
| 266 | +<script src="../static-assets/docs.dart.js"></script> |
| 267 | + |
| 268 | +<script src="../static-assets/custom-enhancements.js?v1"></script> |
| 269 | +</body> |
| 270 | +</html> |
| 271 | + |
0 commit comments