Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "AICopilotFactory.CreateOcrCopilot"
second_title: "Referência da API Aspose.PDF para .NET"
description: "AICopilotFactory método. Cria um copilot OCR baseado no cliente e nas opções"
type: docs
weight: 30
url: /pt/net/aspose.pdf.ai/aicopilotfactory/createocrcopilot/
---
## AICopilotFactory.CreateOcrCopilot<TOptions> method

Cria um copilot OCR baseado no cliente e nas opções.

```csharp
public static IOcrCopilot CreateOcrCopilot<TOptions>(IOcrClient<TOptions> client,
IOcrCopilotOptions<TOptions> options)
```

### Veja Também

* interface [IOcrCopilot](../../iocrcopilot/)
* interface [IOcrClient&lt;TOptions&gt;](../../iocrclient-1/)
* interface [IOcrCopilotOptions&lt;TOptions&gt;](../../iocrcopilotoptions-1/)
* class [AICopilotFactory](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


40 changes: 40 additions & 0 deletions portuguese/net/aspose.pdf.ai/chatmessageresponse/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "Classe ChatMessageResponse"
second_title: "Referência da API Aspose.PDF para .NET"
description: "Classe Aspose.Pdf.AI.ChatMessageResponse. Uma mensagem de conclusão de chat gerada pelo modelo"
type: docs
weight: 200
url: /pt/net/aspose.pdf.ai/chatmessageresponse/
---
## ChatMessageResponse class

Uma mensagem de conclusão de chat gerada pelo modelo.

```csharp
public class ChatMessageResponse
```

## Construtores

| Nome | Descrição |
| --- | --- |
| [ChatMessageResponse](chatmessageresponse/#constructor)() | Inicializa uma nova instância da classe `ChatMessageResponse`. |
| [ChatMessageResponse](chatmessageresponse/#constructor_1)(string, string) | Inicializa uma nova instância da classe `ChatMessageResponse`. |

## Propriedades

| Nome | Descrição |
| --- | --- |
| [Content](../../aspose.pdf.ai/chatmessageresponse/content/) { get; set; } | Obtém ou define o conteúdo da mensagem. |
| [Id](../../aspose.pdf.ai/chatmessageresponse/id/) { get; set; } | Obtém ou define o ID da mensagem. |
| [Name](../../aspose.pdf.ai/chatmessageresponse/name/) { get; set; } | Obtém ou define um nome opcional para o participante. Fornece ao modelo informações para diferenciar entre participantes do mesmo papel. |
| [Refusal](../../aspose.pdf.ai/chatmessageresponse/refusal/) { get; set; } | Obtém ou define a mensagem de recusa gerada pelo modelo. |
| [Role](../../aspose.pdf.ai/chatmessageresponse/role/) { get; set; } | Obtém ou define o papel do autor da mensagem. |
| [ToolCalls](../../aspose.pdf.ai/chatmessageresponse/toolcalls/) { get; set; } | Obtém ou define as chamadas de ferramenta geradas pelo modelo, como chamadas de função. |

### Veja Também

* namespace [Aspose.Pdf.AI](../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "ChatMessageResponse.ChatMessageResponse"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse construtor. Inicializa uma nova instância da classe ChatMessageResponse."
type: docs
weight: 10
url: /pt/net/aspose.pdf.ai/chatmessageresponse/chatmessageresponse/
---
## ChatMessageResponse() {#constructor}

Inicializa uma nova instância da classe [`ChatMessageResponse`](../).

```csharp
public ChatMessageResponse()
```

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)

---

## ChatMessageResponse(string, string) {#constructor_1}

Inicializa uma nova instância da classe [`ChatMessageResponse`](../).

```csharp
public ChatMessageResponse(string role, string content)
```

| Parâmetro | Tipo | Descrição |
| --- | --- | --- |
| role | String | O papel do autor desta mensagem. |
| content | String | O conteúdo da mensagem. |

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


23 changes: 23 additions & 0 deletions portuguese/net/aspose.pdf.ai/chatmessageresponse/content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "ChatMessageResponse.Content"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse propriedade. Obtém ou define o conteúdo da mensagem."
type: docs
weight: 20
url: /pt/net/aspose.pdf.ai/chatmessageresponse/content/
---
## ChatMessageResponse.Content property

Obtém ou define o conteúdo da mensagem.

```csharp
public string Content { get; set; }
```

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


23 changes: 23 additions & 0 deletions portuguese/net/aspose.pdf.ai/chatmessageresponse/id/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "ChatMessageResponse.Id"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse propriedade. Obtém ou define o ID da mensagem."
type: docs
weight: 30
url: /pt/net/aspose.pdf.ai/chatmessageresponse/id/
---
## ChatMessageResponse.Id property

Obtém ou define o ID da mensagem.

```csharp
public string Id { get; set; }
```

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


23 changes: 23 additions & 0 deletions portuguese/net/aspose.pdf.ai/chatmessageresponse/name/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "ChatMessageResponse.Name"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse propriedade. Obtém ou define um nome opcional para o participante. Fornece ao modelo informações para diferenciar entre participantes do mesmo papel."
type: docs
weight: 40
url: /pt/net/aspose.pdf.ai/chatmessageresponse/name/
---
## ChatMessageResponse.Name property

Obtém ou define um nome opcional para o participante. Fornece ao modelo informações para diferenciar entre participantes do mesmo papel.

```csharp
public string Name { get; set; }
```

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


23 changes: 23 additions & 0 deletions portuguese/net/aspose.pdf.ai/chatmessageresponse/refusal/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "ChatMessageResponse.Refusal"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse propriedade. Obtém ou define a mensagem de recusa gerada pelo modelo."
type: docs
weight: 50
url: /pt/net/aspose.pdf.ai/chatmessageresponse/refusal/
---
## ChatMessageResponse.Refusal property

Obtém ou define a mensagem de recusa gerada pelo modelo.

```csharp
public string Refusal { get; set; }
```

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


23 changes: 23 additions & 0 deletions portuguese/net/aspose.pdf.ai/chatmessageresponse/role/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "ChatMessageResponse.Role"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse propriedade. Obtém ou define o papel do autor da mensagem."
type: docs
weight: 60
url: /pt/net/aspose.pdf.ai/chatmessageresponse/role/
---
## ChatMessageResponse.Role property

Obtém ou define o papel do autor da mensagem.

```csharp
public string Role { get; set; }
```

### Veja Também

* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "ChatMessageResponse.ToolCalls"
second_title: "Referência da API Aspose.PDF para .NET"
description: "ChatMessageResponse propriedade. Obtém ou define as chamadas de ferramenta geradas pelo modelo, como chamadas de função."
type: docs
weight: 70
url: /pt/net/aspose.pdf.ai/chatmessageresponse/toolcalls/
---
## ChatMessageResponse.ToolCalls property

Obtém ou define as chamadas de ferramenta geradas pelo modelo, como chamadas de função.

```csharp
public List<ToolCall> ToolCalls { get; set; }
```

### Veja Também

* class [ToolCall](../../toolcall/)
* class [ChatMessageResponse](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "CompletionCreateRequest.MaxCompletionTokens"
second_title: "Referência da API Aspose.PDF para .NET"
description: "Propriedade CompletionCreateRequest. Obtém ou define o número máximo de tokens a gerar na conclusão"
type: docs
weight: 50
url: /pt/net/aspose.pdf.ai/completioncreaterequest/maxcompletiontokens/
---
## CompletionCreateRequest.MaxCompletionTokens property

Obtém ou define o número máximo de tokens a gerar na conclusão.

```csharp
public int? MaxCompletionTokens { get; set; }
```

### Veja Também

* class [CompletionCreateRequest](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


30 changes: 30 additions & 0 deletions portuguese/net/aspose.pdf.ai/detail/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Enum Detail"
second_title: "Referência da API Aspose.PDF para .NET"
description: "Aspose.Pdf.AI.Detail enum. Especifica o nível de detalhe para análise de imagem."
type: docs
weight: 330
url: /pt/net/aspose.pdf.ai/detail/
---
## Detail enumeration

Especifica o nível de detalhe para análise de imagem.

```csharp
public enum Detail
```

### Valores

| Nome | Valor | Descrição |
| --- | --- | --- |
| Auto | `0` | O nível de detalhe é determinado automaticamente pela API com base na entrada e no contexto. |
| Low | `1` | Nível de detalhe baixo, proporcionando uma análise mais geral e rápida. |
| High | `2` | Nível de detalhe alto, oferecendo uma análise mais completa e precisa. |

### Veja Também

* namespace [Aspose.Pdf.AI](../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../)


33 changes: 33 additions & 0 deletions portuguese/net/aspose.pdf.ai/iocrclient-1/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "Interface IOcrClientTOptions"
second_title: "Referência da API Aspose.PDF para .NET"
description: "interface Aspose.Pdf.AI.IOcrClient1TOptions. Representa uma interface para um cliente OCR com opções específicas"
type: docs
weight: 560
url: /pt/net/aspose.pdf.ai/iocrclient-1/
---
## IOcrClient&lt;TOptions&gt; interface

Representa uma interface para um cliente OCR com opções específicas.

```csharp
public interface IOcrClient<in TOptions> : IAIClient
```

| Parâmetro | Descrição |
| --- | --- |
| TOptions | O tipo de opções para o cliente OCR. |

## Métodos

| Nome | Descrição |
| --- | --- |
| [GetOcrCopilot](../../aspose.pdf.ai/iocrclient-1/getocrcopilot/)(IOcrCopilotOptions&lt;TOptions&gt;) | Obtém uma instância de [`IOcrCopilot`](../iocrcopilot/) com as opções especificadas. |

### Veja Também

* interface [IAIClient](../iaiclient/)
* namespace [Aspose.Pdf.AI](../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../)


33 changes: 33 additions & 0 deletions portuguese/net/aspose.pdf.ai/iocrclient-1/getocrcopilot/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "IOcrClient1.GetOcrCopilot"
second_title: "Referência da API Aspose.PDF para .NET"
description: "Método IOcrClient. Obtém uma instância de IOcrCopilot com as opções especificadas"
type: docs
weight: 10
url: /pt/net/aspose.pdf.ai/iocrclient-1/getocrcopilot/
---
## IOcrClient&lt;TOptions&gt;.GetOcrCopilot method

Obtém uma instância de [`IOcrCopilot`](../../iocrcopilot/) com as opções especificadas.

```csharp
public IOcrCopilot GetOcrCopilot(IOcrCopilotOptions<TOptions> options)
```

| Parâmetro | Tipo | Descrição |
| --- | --- | --- |
| opções | IOcrCopilotOptions`1 | As opções para o copilot OCR. |

### Valor de retorno

Uma instância de [`IOcrCopilot`](../../iocrcopilot/).

### Veja Também

* interface [IOcrCopilot](../../iocrcopilot/)
* interface [IOcrCopilotOptions&lt;TOptions&gt;](../../iocrcopilotoptions-1/)
* interface [IOcrClient&lt;TOptions&gt;](../)
* namespace [Aspose.Pdf.AI](../../../aspose.pdf.ai/)
* assembly [Aspose.PDF](../../../)


Loading