Class CorporaService
public class CorporaService : CrudService<GoogleAIClient, CorporaQueryRequest, Corpus, DeletionStatus, CursorQuery>, IBetaApi
- Inheritance
-
objectCorporaService
- Implements
-
IBetaApi
Constructors
CorporaService(GoogleAIClient)
public CorporaService(GoogleAIClient client)
Parameters
clientGoogleAIClient
Properties
Document
public CorporaDocumentService Document { get; }
Property Value
Permission
public CorporaPermissionService Permission { get; }
Property Value
Methods
QueryAsync(CorporaQueryRequest)
public UniTask<CorporaQueryResponse> QueryAsync(CorporaQueryRequest req)
Parameters
Returns
- UniTask<CorporaQueryResponse>