View Source GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotationCollectionMembership (google_api_content_warehouse v0.4.0)

Attributes

  • collectionId (type: String.t, default: nil) - Identifier of the collection. Usually something like "/collection/us_states".
  • collectionScore (type: float(), default: nil) - A value in [0, 1] indicating the relevance of the collection given this entity. NOTE: This field is deprecated and will stop being populated soon. In the meantime, it will always be populated with 1.0.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotationCollectionMembership{
    collectionId: String.t() | nil,
    collectionScore: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.