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

public sealed class GetSearchHypernymRequest : IMessage<GetSearchHypernymRequest>, IEquatable<GetSearchHypernymRequest>, IDeepCloneable<GetSearchHypernymRequest>, IBufferMessage, IMessage

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

Request message for getting SearchHypernym.

Inheritance

object > GetSearchHypernymRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

GetSearchHypernymRequest()

public GetSearchHypernymRequest()

GetSearchHypernymRequest(GetSearchHypernymRequest)

public GetSearchHypernymRequest(GetSearchHypernymRequest other)
Parameter
Name Description
other GetSearchHypernymRequest

Properties

Name

public string Name { get; set; }

Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

Property Value
Type Description
string

SearchHypernymName

public SearchHypernymName SearchHypernymName { get; set; }

SearchHypernymName-typed view over the Name resource name property.

Property Value
Type Description
SearchHypernymName