GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAlternativeNameInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Alternative names with info like RecognitionAlternateSource indicating where is it from.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
matchSignal
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsCommonContactMatchSignal
, default:nil
)
- -
name
(type:String.t
, default:nil
)
- -
source
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAlternativeNameInfo{
matchSignal: GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsCommonContactMatchSignal.t() | nil,
name: String.t() | nil,
source: String.t() | nil
}
matchSignal: GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsCommonContactMatchSignal.t() | nil,
name: String.t() | nil,
source: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteAlternativeNameInfo