GoodocSemanticLabelEditCorrectionCandidate

GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelEditCorrectionCandidate


Table of Contents ▼

Jump to a specific part of the page:

Description

If there is more than one edit correction candidate, store all the candidates here. This helps a manual correction utility fire the right kind of question with the relevant options.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. EditedWord (type: String.t, default: nil)
    -
  2. Probability (type: float(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelEditCorrectionCandidate{
EditedWord: String.t() | nil,
Probability: float() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelEditCorrectionCandidate