BiasingPerDocData2BiasingField

GoogleApi.ContentWarehouse.V1.Model.BiasingPerDocData2BiasingField


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. compressedName (type: integer(), default: nil)
    - A fingerprint of the actual name of the field.
  2. value (type: float(), default: nil)
    - The value, under various representations to get maximum compression. Exactly one of them is guaranteed to be filled. value as a double.
  3. valueFloat (type: integer(), default: nil)
    - a floating value, represented as an integer by converting using floating_value * 1000. Useable for all floating values that need 3 digits of precision, and are small enough.
  4. valueInt (type: integer(), default: nil)
    - value as an int32. When the value is encode-able as an integer.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.BiasingPerDocData2BiasingField{
compressedName: integer() | nil,
value: float() | nil,
valueFloat: integer() | nil,
valueInt: integer() | nil
}

Function

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

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