Class CorporaService
Inheritance
CorporaService
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class CorporaService : CrudService<GoogleAIClient, CorporaQueryRequest, Corpus, DeletionStatus, CursorQuery>, ICrudService, IBetaService
Constructors
|
Edit this page
View Source
CorporaService(GoogleAIClient)
Declaration
public CorporaService(GoogleAIClient client)
Parameters
Properties
|
Edit this page
View Source
Document
Declaration
public CorporaDocumentService Document { get; }
Property Value
|
Edit this page
View Source
Permission
Declaration
public CorporaPermissionService Permission { get; }
Property Value
Methods
|
Edit this page
View Source
QueryAsync(CorporaQueryRequest, RequestOptions)
Declaration
public UniTask<CorporaQueryResponse> QueryAsync(CorporaQueryRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods