Searched refs:normalizedValue (Results 1 – 5 of 5) sorted by relevance
135 … function setNormalizedValue(GoogleCloudDocumentaiV1DocumentEntityNormalizedValue $normalizedValue) argument137 $this->normalizedValue = $normalizedValue;144 return $this->normalizedValue;
135 …tion setNormalizedValue(GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue $normalizedValue) argument137 $this->normalizedValue = $normalizedValue;144 return $this->normalizedValue;
135 …tion setNormalizedValue(GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue $normalizedValue) argument137 $this->normalizedValue = $normalizedValue;144 return $this->normalizedValue;
320 $normalizedValue = $this->getUidObject()323 if (is_object($normalizedValue)) {324 $normalizedValue = $normalizedValue->__toString();326 return $this->rows[$normalizedValue] ?? null;
208 normalizedValue, variable222 normalizedValue = utils.editor.get();223 len = normalizedValue.length;235 start += normalizedValue.slice(0, start).split(newLine).length - 1;241 end += normalizedValue.slice(0, end).split(newLine).length - 1;