Class CreateChunkRequest
Request to create a Chunk.
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class CreateChunkRequest : IChunkRequest
Properties
| Edit this page View SourceChunk
Required. The Chunk to create.
Declaration
[JsonProperty("chunk")]
public Chunk Chunk { get; set; }
Property Value
| Type | Description |
|---|---|
| Chunk |
Parent
Required. The name of the Document where this Chunk will be created. Example: corpora/my-corpus-123/documents/the-doc-abc
Declaration
[JsonProperty("parent")]
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |