public sealed class UpdateSearchHypernymRequest : IMessage<UpdateSearchHypernymRequest>, IEquatable<UpdateSearchHypernymRequest>, IDeepCloneable<UpdateSearchHypernymRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UpdateSearchHypernymRequest.
Request message for updating SearchHypernym.
Implements
IMessageUpdateSearchHypernymRequest, IEquatableUpdateSearchHypernymRequest, IDeepCloneableUpdateSearchHypernymRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|