404: Something's gone wrong :-(
48 | 49 |You've tried to visit a page that doesn't exist. Luckily this site 51 | has other pages.
52 |If you were looking for something specific, try searching: 53 |
56 | 57 | 58 |You've tried to visit a page that doesn't exist. Luckily this site 51 | has other pages.
52 |If you were looking for something specific, try searching: 53 |
56 | 57 | 58 |String language
76 |
77 |
78 | double confidence
76 |
77 |
78 | int getWordCount() {
80 | return this.wordCount;
81 | }
82 | int wordCount
79 |
80 |
81 | int getCharacterCount() {
80 | return this.translations;
81 | }
82 | double score
78 |
79 |
80 | dynamic translations
79 |
80 |
81 | A representation of the runtime type of the object.
79 |external Type get runtimeType;
83 | int characterCount
79 |
80 |
81 | IdentifyLanguageResult() {
78 | this._list = new List<ItemIdentifyLanguageResult>();
79 | }
80 | String className
78 |
79 |
80 | String url
83 |
84 |
85 | String scope
83 |
84 |
85 | void add(ItemIdentifyLanguageResult item) {
78 | this._list.add(item);
79 | }
80 | String getLanguageProbability() {
78 | if (this._list.length < 1) {
79 | return "";
80 | }
81 | return this._list.elementAt(0).language;
82 | }
83 | String typeHierarchy
78 |
79 |
80 | String modelId
80 |
81 |
82 | final String version
80 |
81 |
82 | String getClassifierId() {
78 | return this._classifierId;
79 | }
80 | Returns a string representation of this object.
78 |String toString() {
83 | return translations[0]["translation"];
84 | }
85 | int expiresIn
83 |
84 |
85 | int customClasses
77 |
78 |
79 | String iamApiKey
83 |
84 |
85 | String tokenType
83 |
84 |
85 | String getClassifierName() {
78 | return this._name;
79 | }
80 | int expiration
83 |
84 |
85 |