About 1,494,076 results (4,254 milliseconds)

How Does Google Determine Ranking Results - Google Search

https://www.google.com/intl/en_us/search/howsearchworks/how-search-works/ranking-results/
Meaning of your query ... To return relevant results, we first need to establish what you're looking for - the intent behind your query. To do this, we build ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Returns the depreciation for an accounting period, or the prorated ... LAMBDA(name, formula_expression), Creates and returns a custom function with a set of names ...

Machine Learning Glossary | Google for Developers

https://developers.google.com/machine-learning/glossary
Feb 18, 2025 ... ... return(x / 2) else return(y / 2). A caller passes ... meaning of the entire sequence rather than just the meaning of individual words.

Python Regular Expressions | Python Education | Google for ...

https://developers.google.com/edu/python/regular-expressions
Jul 23, 2024 ... Basic Patterns · a, X, 9, < -- ordinary characters just match themselves exactly. ·. · \w -- (lowercase w) matches a "word" character: a letter or ...

XML API reference | Programmable Search Engine | Google for ...

https://developers.google.com/custom-search/docs/xml_results
Aug 21, 2024 ... ... meaning. For example, the word "bass" could return results about either fish or music. If you were looking for documents about fish, you ...

Speech-to-Text request construction | Cloud Speech-to-Text ...

https://cloud.google.com/speech-to-text/docs/speech-to-text-requests
After Speech-to-Text processes and recognizes all of the audio, it returns a response. A synchronous request is blocking, meaning that Speech-to-Text must ...

Return on investment (ROI) - Google Ads Help

https://support.google.com/google-ads/answer/14090?hl=en
Return on investment (ROI). How much profit you've made from your ads ... Negative phrase match: Definition. 143 of 194. Not eligible: Definition. 144 of ...

Grade & return an assignment - Computer - Classroom Help

https://support.google.com/edu/classroom/answer/6020294?hl=en&co=GENIE.Platform%3DDesktop
You can download grades for one assignment or for all assignments in a class. ... On the Student work page, you see the number and names of students grouped by ...

LANDFIRE MFRI (Mean Fire Return Interval) v1.2.0 | Earth Engine ...

https://developers.google.com/earth-engine/datasets/catalog/LANDFIRE_Fire_MFRI_v1_2_0
The Mean Fire Return Interval (MFRI) layer quantifies the average period between fires under the presumed historical fire regime.

How can I search in a cell for a word in a sentence, and if it find it ...

https://support.google.com/docs/thread/147050478/how-can-i-search-in-a-cell-for-a-word-in-a-sentence-and-if-it-find-it-then-write-a-certain-word?hl=en
Jan 21, 2022 ... If the text does not contain 'pencil', an error will be returned. You can use IF() to create a logical decision on what the formula should do if ...

Grade & return an assignment - Computer - Classroom Help

https://support.google.com/edu/classroom/answer/6020294?hl=en&co=GENIE.Platform%3DDesktop
You can download grades for one assignment or for all assignments in a class. ... On the Student work page, you see the number and names of students grouped by ...

XML API reference | Programmable Search Engine | Google for ...

https://developers.google.com/custom-search/docs/xml_results
Aug 21, 2024 ... ... meaning. For example, the word "bass" could return results about either fish or music. If you were looking for documents about fish, you ...

LOOKUP() - AppSheet Help

https://support.google.com/appsheet/answer/10107410?hl=en
... words. The argument may not be an expression. return-column - The name of the column whose value should be returned as literal text value, optionally ...

MATCH function - Google Docs Editors Help

https://support.google.com/docs/answer/3093378?hl=en
Returns the relative position of an item in a range that matches a specified value. Sample Usage MATCH("Sunday",A2:A9,0) MATCH(DATE(2012,1,1),A2:F2) Syntax ...

FIND function - Google Docs Editors Help

https://support.google.com/docs/answer/3094126?hl=en
Returns the position at which a string is first found within text, case ... FIND is case-sensitive, meaning that uppercase and lowercase letters matter.

Speech-to-Text request construction | Cloud Speech-to-Text ...

https://cloud.google.com/speech-to-text/docs/speech-to-text-requests
After Speech-to-Text processes and recognizes all of the audio, it returns a response. A synchronous request is blocking, meaning that Speech-to-Text must ...

Python Dict and File | Python Education | Google for Developers

https://developers.google.com/edu/python/dict-files
Jul 23, 2024 ... ... return in the not-found case). ## Can build up a dict by starting ... A for loop on a dictionary iterates over its keys by default. The ...

Missing synonyms with multi-inheritance

https://groups.google.com/g/sqlalchemy/c/K4iOjhCLGw0
> inheritance tree doesn't return the entire list of synonyms. > > When I make some of the "mixin" type objects abstract the synonyms returned > are as ...

Large space that I cannot delete in my document! - Google Docs ...

https://support.google.com/docs/thread/6485484/large-space-that-i-cannot-delete-in-my-document?hl=en
May 20, 2019 ... When a soft return is used, the paragraphs aren't really disconnected, so the formatting you apply to one will affect them all. To fix that, you ...

Searching for a word in a row and returning the cell next to it ...

https://support.google.com/docs/thread/79618895
Oct 28, 2020 ... You probably mean that you have edited the regex and included special characters there. Those special characters need to be escaped by preceding ...