> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Método GetAsTextChange del objeto Change

> Método GetAsTextChange del objeto Change en la API de ABBYY FineReader Engine: este método devuelve el cambio detectado como objeto TextChange.

Este método devuelve el cambio detectado en forma de objeto [TextChange](/es/fine-reader/engine/api-reference/document-comparison-objects/textchange). Si el cambio no es un cambio de texto, devuelve NULL.

<div id="syntax">
  ## Sintaxis
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT GetAsTextChange( ITextChange** Result );
```

### C\#

```csharp theme={null}
ITextChange GetAsTextChange();
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Function GetAsTextChange() As ITextChange
```

<div id="parameters">
  ## Parámetros
</div>

Result

\[out, retval] Puntero a una variable de puntero `ITextChange*` que recibe el puntero de interfaz al objeto [TextChange](/es/fine-reader/engine/api-reference/document-comparison-objects/textchange) devuelto.

<div id="return-values">
  ## Valores de retorno
</div>

Este método no tiene ningún valor de retorno específico. Devuelve los [códigos de retorno estándar de las funciones de ABBYY FineReader Engine](/es/fine-reader/engine/api-reference/return-codes).

<div id="see-also">
  ## Consulte también
</div>

[Change](/es/fine-reader/engine/api-reference/document-comparison-objects/change)
