Table of Contents

Class CorporaService

public class CorporaService : CrudService<GoogleAIClient, CorporaQueryRequest, Corpus, DeletionStatus, CursorQuery>, IBetaApi
Inheritance
object
CorporaService
Implements
IBetaApi

Constructors

CorporaService(GoogleAIClient)

public CorporaService(GoogleAIClient client)

Parameters

client GoogleAIClient

Properties

Document

public CorporaDocumentService Document { get; }

Property Value

CorporaDocumentService

Permission

public CorporaPermissionService Permission { get; }

Property Value

CorporaPermissionService

Methods

QueryAsync(CorporaQueryRequest)

public UniTask<CorporaQueryResponse> QueryAsync(CorporaQueryRequest req)

Parameters

req CorporaQueryRequest

Returns

UniTask<CorporaQueryResponse>