Vision AI v1 API - Class ListSearchHypernymsRequest (1.0.0-beta01)

public sealed class ListSearchHypernymsRequest : IMessage<ListSearchHypernymsRequest>, IEquatable<ListSearchHypernymsRequest>, IDeepCloneable<ListSearchHypernymsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Vision AI v1 API class ListSearchHypernymsRequest.

Request message for listing SearchHypernyms.

Inheritance

object > ListSearchHypernymsRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListSearchHypernymsRequest()

public ListSearchHypernymsRequest()

ListSearchHypernymsRequest(ListSearchHypernymsRequest)

public ListSearchHypernymsRequest(ListSearchHypernymsRequest other)
Parameter
Name Description
other ListSearchHypernymsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of SearchHypernyms returned. The service may return fewer than this value. If unspecified, a page size of 50 will be used. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous SearchHypernym call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to SearchHypernym must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of SearchHypernyms. Format: projects/{project_number}/locations/{location}/corpora/{corpus}

Property Value
Type Description
string

ParentAsCorpusName

public CorpusName ParentAsCorpusName { get; set; }

CorpusName-typed view over the Parent resource name property.

Property Value
Type Description
CorpusName