LegalCitationCourtDocumentCourt

AI Overview😉

  • Potential purpose of module: This module appears to be related to legal citations and court documents, specifically dealing with court information. Its purpose is to extract and organize court-related data, such as court names, levels, and IDs, from legal documents.
  • Impact on search results: This module could impact search results by allowing Google to better understand and categorize legal documents, making them more discoverable and relevant to users searching for specific legal information. It may also help to improve the accuracy of search results by ensuring that court-related data is correctly extracted and presented.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their legal documents and citations are accurately and consistently formatted, with clear and standardized court information. This could include using schema markup or other structured data formats to provide explicit court data, making it easier for Google to extract and understand.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt (google_api_content_warehouse v0.4.0)

Attributes

  • DisplayName (type: String.t, default: nil) - The name of the court to be displayed to users.
  • Level (type: integer(), default: nil) - Maybe be redundant with the Name. We can remove this later if we don't find it useful. Court Level
  • Name (type: String.t, default: nil) - Court id for matching records; "name" is a historic misnomer.
  • OriginalName (type: String.t, default: nil) - The name of the court as taken directly from the source document
  • namecomponent (type: list(GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent.t), default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourt{
  DisplayName: String.t() | nil,
  Level: integer() | nil,
  Name: String.t() | nil,
  OriginalName: String.t() | nil,
  namecomponent:
    [
      GoogleApi.ContentWarehouse.V1.Model.LegalCitationCourtDocumentCourtNameComponent.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.