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

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

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

Request message for updating SearchHypernym.

Inheritance

object > UpdateSearchHypernymRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

UpdateSearchHypernymRequest()

public UpdateSearchHypernymRequest()

UpdateSearchHypernymRequest(UpdateSearchHypernymRequest)

public UpdateSearchHypernymRequest(UpdateSearchHypernymRequest other)
Parameter
Name Description
other UpdateSearchHypernymRequest

Properties

SearchHypernym

public SearchHypernym SearchHypernym { get; set; }

Required. The SearchHypernym to update. The search hypernym's name field is used to identify the search hypernym to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

Property Value
Type Description
SearchHypernym

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If left unset, all field paths will be updated/overwritten.

Property Value
Type Description
FieldMask