-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export generate-media to types/index.ts
- Loading branch information
Showing
7 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
docs/reference/main/generative-ai.generatedimage.generationparameters.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@google/generative-ai](./generative-ai.md) > [GeneratedImage](./generative-ai.generatedimage.md) > [generationParameters](./generative-ai.generatedimage.generationparameters.md) | ||
|
||
## GeneratedImage.generationParameters property | ||
|
||
Generation parameters. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
generationParameters?: PredictServiceValueType; | ||
``` |
13 changes: 13 additions & 0 deletions
13
docs/reference/main/generative-ai.generatedimage.imagebytes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@google/generative-ai](./generative-ai.md) > [GeneratedImage](./generative-ai.generatedimage.md) > [imageBytes](./generative-ai.generatedimage.imagebytes.md) | ||
|
||
## GeneratedImage.imageBytes property | ||
|
||
Image bytes. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
imageBytes?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@google/generative-ai](./generative-ai.md) > [GeneratedImage](./generative-ai.generatedimage.md) | ||
|
||
## GeneratedImage interface | ||
|
||
Generated images. It will be returned in response. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface GeneratedImage | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [generationParameters?](./generative-ai.generatedimage.generationparameters.md) | | PredictServiceValueType | _(Optional)_ Generation parameters. | | ||
| [imageBytes?](./generative-ai.generatedimage.imagebytes.md) | | string | _(Optional)_ Image bytes. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters